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