mirror of
https://github.com/Sonarr/Sonarr
synced 2026-01-06 07:34:58 +01:00
parent
f35888e053
commit
e38deb3422
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ public object Restore([FromRoute] int id)
|
|||
}
|
||||
|
||||
[HttpPost("restore/upload")]
|
||||
[RequestFormLimits(MultipartBodyLengthLimit = 500000000)]
|
||||
[RequestFormLimits(MultipartBodyLengthLimit = 5000000000)]
|
||||
public object UploadAndRestore()
|
||||
{
|
||||
var files = Request.Form.Files;
|
||||
|
|
|
|||
Loading…
Reference in a new issue