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 NoContentResult();
|
||||||
}
|
}
|
||||||
|
|
||||||
return new PhysicalFileResult(path, contentType);
|
return new PhysicalFileResult(path, contentType) { EnableRangeProcessing = true };
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user