mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #1864] [MERGED] Improve IInstallationManager interface #8928
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/1864
Author: @Bond-009
Created: 10/8/2019
Status: ✅ Merged
Merged: 11/13/2019
Merged by: @dkanada
Base:
master← Head:installationmanager📝 Commits (5)
d529f81Improve IInstallationManager interface81c135cFix PR issues983d38aMerge branch 'master' into installationmanager1261650Doc improvements03fe0e7Fix 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.