mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-24 21:42:25 +00:00
Enable HTTP Range Processing
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Jellyfin.Api.Helpers
|
||||
return new NoContentResult();
|
||||
}
|
||||
|
||||
return new PhysicalFileResult(path, contentType);
|
||||
return new PhysicalFileResult(path, contentType) { EnableRangeProcessing = true };
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user