mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7015] [MERGED] Use System.IO.Compression instead of SharpCompress for zips #11230
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/7015
Author: @Bond-009
Created: 12/18/2021
Status: ✅ Merged
Merged: 12/19/2021
Merged by: @crobibero
Base:
master← Head:zip📝 Commits (1)
a4565daUse System.IO.Compression instead of SharpCompress for zips📊 Changes
4 files changed (+3 additions, -178 deletions)
View changed files
📝
Emby.Server.Implementations/Archiving/ZipClient.cs(+0 -116)📝
Emby.Server.Implementations/Updates/InstallationManager.cs(+3 -5)📝
MediaBrowser.Model/IO/IZipClient.cs(+0 -56)📝
tests/Jellyfin.Server.Implementations.Tests/Updates/InstallationManagerTests.cs(+0 -1)📄 Description
Also removes unused methods from ZipClient
Tested by installing a plugin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.