mirror of
https://codeberg.org/Schoumi/PeerTubeLive.git
synced 2025-01-03 06:20:29 +01:00
Fix end of forms-data sending
This commit is contained in:
parent
45fa4af1a9
commit
ca5ae7b7ba
@ -458,7 +458,7 @@ object InstanceManager {
|
||||
formData+="$property$crlf"
|
||||
|
||||
if(lastData) {
|
||||
formData += "$crlf--$boundary--$crlf"
|
||||
formData += "--$boundary--$crlf"
|
||||
}
|
||||
|
||||
return formData
|
||||
|
Loading…
Reference in New Issue
Block a user