Enable HTTP Range Processing

This commit is contained in:
David 2020-09-05 10:38:16 +02:00
parent d8c6d29182
commit 4836f14aff
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ namespace Jellyfin.Api.Helpers
return new NoContentResult();
}
return new PhysicalFileResult(path, contentType);
return new PhysicalFileResult(path, contentType) { EnableRangeProcessing = true };
}
/// <summary>