mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-11 04:36:28 +00:00
Merge pull request #4055 from Ullmie02/seeking
Enable HTTP Range Processing (Fix seeking)
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