[PR #1864] [MERGED] Improve IInstallationManager interface #8928

Closed
opened 2026-02-07 05:52:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1864
Author: @Bond-009
Created: 10/8/2019
Status: Merged
Merged: 11/13/2019
Merged by: @dkanada

Base: masterHead: installationmanager


📝 Commits (5)

  • d529f81 Improve IInstallationManager interface
  • 81c135c Fix PR issues
  • 983d38a Merge branch 'master' into installationmanager
  • 1261650 Doc improvements
  • 03fe0e7 Fix typos in docs

📊 Changes

11 files changed (+163 additions, -249 deletions)

View changed files

📝 Emby.Dlna/PlayTo/PlayToManager.cs (+1 -1)
📝 Emby.Server.Implementations/ApplicationHost.cs (+8 -4)
📝 Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs (+15 -9)
📝 Emby.Server.Implementations/Updates/InstallationManager.cs (+68 -172)
📝 MediaBrowser.Api/PackageService.cs (+15 -12)
📝 MediaBrowser.Api/Session/SessionsService.cs (+1 -1)
📝 MediaBrowser.Common/IApplicationHost.cs (+7 -1)
📝 MediaBrowser.Common/Updates/IInstallationManager.cs (+42 -43)
📝 MediaBrowser.Model/Updates/PackageInfo.cs (+2 -1)
📝 MediaBrowser.Providers/TV/TheTVDB/TvdbUtils.cs (+0 -1)
📝 MediaBrowser.WebDashboard/Api/DashboardService.cs (+4 -4)

📄 Description

Cleaner, more same interface.


🔄 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/1864 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 10/8/2019 **Status:** ✅ Merged **Merged:** 11/13/2019 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `installationmanager` --- ### 📝 Commits (5) - [`d529f81`](https://github.com/jellyfin/jellyfin/commit/d529f81cd93029e6293b8457bc7090d4277c0228) Improve IInstallationManager interface - [`81c135c`](https://github.com/jellyfin/jellyfin/commit/81c135c5bb01fbfb62ce67dc091e3e9f1c6d2c10) Fix PR issues - [`983d38a`](https://github.com/jellyfin/jellyfin/commit/983d38a43bd617de11724196f35822f07860a2eb) Merge branch 'master' into installationmanager - [`1261650`](https://github.com/jellyfin/jellyfin/commit/126165080b9d28521b24d1764fb343eb12153ce1) Doc improvements - [`03fe0e7`](https://github.com/jellyfin/jellyfin/commit/03fe0e762d77262fab3221abcffe8b4c290060bd) Fix typos in docs ### 📊 Changes **11 files changed** (+163 additions, -249 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/PlayTo/PlayToManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+8 -4) 📝 `Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs` (+15 -9) 📝 `Emby.Server.Implementations/Updates/InstallationManager.cs` (+68 -172) 📝 `MediaBrowser.Api/PackageService.cs` (+15 -12) 📝 `MediaBrowser.Api/Session/SessionsService.cs` (+1 -1) 📝 `MediaBrowser.Common/IApplicationHost.cs` (+7 -1) 📝 `MediaBrowser.Common/Updates/IInstallationManager.cs` (+42 -43) 📝 `MediaBrowser.Model/Updates/PackageInfo.cs` (+2 -1) 📝 `MediaBrowser.Providers/TV/TheTVDB/TvdbUtils.cs` (+0 -1) 📝 `MediaBrowser.WebDashboard/Api/DashboardService.cs` (+4 -4) </details> ### 📄 Description Cleaner, more same interface. --- <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 05:52:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8928