[PR #4651] [MERGED] Remove IIsoMounter and IsoMounter #10215

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4651
Author: @crobibero
Created: 12/3/2020
Status: Merged
Merged: 12/4/2020
Merged by: @joshuaboniface

Base: masterHead: iso_manager


📝 Commits (1)

  • ca5c20c Remove IIsoMounter and IsoMounter

📊 Changes

9 files changed (+4 additions, -174 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+0 -4)
Emby.Server.Implementations/IO/IsoManager.cs (+0 -67)
📝 Jellyfin.Api/Helpers/TranscodingJobHelper.cs (+0 -5)
📝 MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs (+1 -1)
📝 MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs (+2 -4)
MediaBrowser.Model/IO/IIsoManager.cs (+0 -35)
MediaBrowser.Model/IO/IIsoMount.cs (+0 -22)
MediaBrowser.Model/IO/IIsoMounter.cs (+0 -35)
📝 MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs (+1 -1)

📄 Description

Only "use" of IIsoMounter was already passing null


🔄 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/4651 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 12/3/2020 **Status:** ✅ Merged **Merged:** 12/4/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `iso_manager` --- ### 📝 Commits (1) - [`ca5c20c`](https://github.com/jellyfin/jellyfin/commit/ca5c20c9889f2c279f0b9d80ce776ddc8ee31ad1) Remove IIsoMounter and IsoMounter ### 📊 Changes **9 files changed** (+4 additions, -174 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+0 -4) ➖ `Emby.Server.Implementations/IO/IsoManager.cs` (+0 -67) 📝 `Jellyfin.Api/Helpers/TranscodingJobHelper.cs` (+0 -5) 📝 `MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs` (+1 -1) 📝 `MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs` (+2 -4) ➖ `MediaBrowser.Model/IO/IIsoManager.cs` (+0 -35) ➖ `MediaBrowser.Model/IO/IIsoMount.cs` (+0 -22) ➖ `MediaBrowser.Model/IO/IIsoMounter.cs` (+0 -35) 📝 `MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs` (+1 -1) </details> ### 📄 Description Only "use" of `IIsoMounter` was already passing `null` --- <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:16:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10215