Merge pull request #4055 from Ullmie02/seeking

Enable HTTP Range Processing (Fix seeking)
pull/4062/head
Bond-009 4 years ago committed by GitHub
commit 4500452674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save