[PR #7015] [MERGED] Use System.IO.Compression instead of SharpCompress for zips #11230

Closed
opened 2026-02-07 06:34:42 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: zip


📝 Commits (1)

  • a4565da Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/7015 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 12/18/2021 **Status:** ✅ Merged **Merged:** 12/19/2021 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `zip` --- ### 📝 Commits (1) - [`a4565da`](https://github.com/jellyfin/jellyfin/commit/a4565da4a998cfaa5bb8ff9d96d3d62b25574a90) Use System.IO.Compression instead of SharpCompress for zips ### 📊 Changes **4 files changed** (+3 additions, -178 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Also removes unused methods from ZipClient Tested by installing a plugin --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:34:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11230