mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Enable HTTP Range Processing
This commit is contained in:
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…
Reference in New Issue
Block a user