This website requires JavaScript.
Explore
Help
Sign In
Cutlery
/
jellyfin
Watch
1
Star
0
Fork
0
You've already forked jellyfin
mirror of
https://github.com/jellyfin/jellyfin.git
synced
2026-01-20 02:45:49 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
jellyfin
/
Emby.Server.Implementations
/
Updates
History
Richard Torhan
d089537bca
Fix error CA1849: 'ZipFile.ExtractToDirectory(Stream, string, bool)' synchronously blocks. Await 'ZipFile.ExtractToDirectoryAsync(Stream, string, bool, CancellationToken)' instead. (
https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849
)
2026-01-14 18:55:47 +01:00
..
InstallationManager.cs
Fix error CA1849: 'ZipFile.ExtractToDirectory(Stream, string, bool)' synchronously blocks. Await 'ZipFile.ExtractToDirectoryAsync(Stream, string, bool, CancellationToken)' instead. (
https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849
)
2026-01-14 18:55:47 +01:00