Migrate ActivityLogEntryPoint.OnPackageInstallationFailed to IEventConsumer

This commit is contained in:
Patrick Barron
2020-08-14 15:56:54 -04:00
parent e924444880
commit 98cbf1c2de
3 changed files with 54 additions and 33 deletions

View File

@@ -1,10 +1,11 @@
#pragma warning disable CS1591
using System;
using MediaBrowser.Model.Updates;
namespace MediaBrowser.Common.Updates
{
public class InstallationEventArgs
public class InstallationEventArgs : EventArgs
{
public InstallationInfo InstallationInfo { get; set; }