mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #4055 from Ullmie02/seeking
Enable HTTP Range Processing (Fix seeking)
This commit is contained in:
commit
4500452674
@ -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…
x
Reference in New Issue
Block a user