mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 10:58:44 +01:00
Use System.IO.Compression instead of SharpCompress for zips
Also removes unused methods from ZipClient
This commit is contained in:
@@ -44,7 +44,6 @@ namespace Jellyfin.Server.Implementations.Tests.Updates
|
||||
ConfigureMembers = true
|
||||
});
|
||||
_fixture.Inject(http);
|
||||
_fixture.Inject<IZipClient>(new ZipClient());
|
||||
_installationManager = _fixture.Create<InstallationManager>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user