mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04: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 NoContentResult();
|
||||||
}
|
}
|
||||||
|
|
||||||
return new PhysicalFileResult(path, contentType);
|
return new PhysicalFileResult(path, contentType) { EnableRangeProcessing = true };
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user