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
commit 4500452674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>