Enable HTTP Range Processing

pull/4055/head
David 4 years ago
parent d8c6d29182
commit 4836f14aff

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

Loading…
Cancel
Save