[PR #7840] Use System.IO.Compression instead of SharpCompress for gzips #11543

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

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/7840

State: closed
Merged: Yes


Changes

  • Use System.IO.Compression to extract gzips
  • Don't store temporary files, only cache XML file and always uncompressed
  • Remove ZipClient
  • Remove SharpCompress dependency

Issues
Fixes #6085

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/7840 **State:** closed **Merged:** Yes --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** * Use System.IO.Compression to extract gzips * Don't store temporary files, only cache XML file and always uncompressed * Remove ZipClient * Remove SharpCompress dependency **Issues** Fixes #6085
OVERLORD added the pull-request label 2026-02-07 06:40:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11543