mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3164] [MERGED] Fix a few issues with the plugin manifest #9365
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/3164
Author: @dkanada
Created: 5/24/2020
Status: ✅ Merged
Merged: 6/4/2020
Merged by: @dkanada
Base:
master← Head:install-plugin📝 Commits (8)
7972daafix a few issues with the plugin manifest6d3e5d8update error log for plugin downloaddeafe59add the timestamp property back to the version info6a7cb21apply code suggestions7176a9afix build issuesfe16c3fMerge branch 'master' into install-plugin9661135fix build2ac111dadd missing ConfigureAwait📊 Changes
7 files changed (+114 additions, -128 deletions)
View changed files
📝
Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs(+9 -9)📝
Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs(+9 -8)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs(+2 -2)📝
Emby.Server.Implementations/Updates/InstallationManager.cs(+61 -72)📝
MediaBrowser.Common/Updates/IInstallationManager.cs(+9 -19)📝
MediaBrowser.Model/Updates/InstallationInfo.cs(+20 -2)📝
MediaBrowser.Model/Updates/VersionInfo.cs(+4 -16)📄 Description
This removes the last of the annoying properties from the version and package info classes. The installation is now used internally to collect data from both classes, but at some point we could also start using a tuple instead.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.