Merge pull request #1462 from Bond-009/installationmanager

Improvements to InstallationManager
This commit is contained in:
dkanada
2019-08-11 03:47:10 -07:00
committed by GitHub
8 changed files with 108 additions and 145 deletions

View File

@@ -346,7 +346,7 @@ namespace Emby.Server.Implementations.Activity
});
}
private void OnPluginUpdated(object sender, GenericEventArgs<Tuple<IPlugin, PackageVersionInfo>> e)
private void OnPluginUpdated(object sender, GenericEventArgs<(IPlugin, PackageVersionInfo)> e)
{
CreateLogEntry(new ActivityLogEntry
{