Merge pull request #4055 from Ullmie02/seeking

Enable HTTP Range Processing (Fix seeking)
This commit is contained in:
Bond-009
2020-09-05 11:55:17 +02:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ namespace Jellyfin.Api.Helpers
return new NoContentResult();
}
return new PhysicalFileResult(path, contentType);
return new PhysicalFileResult(path, contentType) { EnableRangeProcessing = true };
}
/// <summary>