aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-08-11 03:47:10 -0700
committerGitHub <noreply@github.com>2019-08-11 03:47:10 -0700
commit1ad67e223f581efd417efa2bb1cb626c50a6f5a9 (patch)
tree9c0fa3d94deac2f807d638162736d8de571c9e5b /Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
parenta96fa7a5c705d8b694c828ff451a77d60711d329 (diff)
parentecb8d8991b1ea4e1e26a69c7c9e0a217927d27d4 (diff)
Merge pull request #1462 from Bond-009/installationmanager
Improvements to InstallationManager
Diffstat (limited to 'Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs')
-rw-r--r--Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs b/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
index 3e44c9c0a..fb4ffd74b 100644
--- a/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
+++ b/Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
@@ -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
{