From e9fb806478e974b200b54f8acff5eb09bdef4c32 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 28 Apr 2014 23:56:20 -0400 Subject: 3.0.5231.40980 --- MediaBrowser.Model/Configuration/NotificationOptions.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Model/Configuration/NotificationOptions.cs') diff --git a/MediaBrowser.Model/Configuration/NotificationOptions.cs b/MediaBrowser.Model/Configuration/NotificationOptions.cs index 84352e7fd..f1d9fad30 100644 --- a/MediaBrowser.Model/Configuration/NotificationOptions.cs +++ b/MediaBrowser.Model/Configuration/NotificationOptions.cs @@ -58,6 +58,12 @@ namespace MediaBrowser.Model.Configuration Type = NotificationType.PluginInstalled.ToString(), Enabled = true, SendToUserMode = SendToUserType.Admins + }, + new NotificationOption + { + Type = NotificationType.PluginError.ToString(), + Enabled = true, + SendToUserMode = SendToUserType.Admins } }; } @@ -166,6 +172,7 @@ namespace MediaBrowser.Model.Configuration AudioPlayback, GamePlayback, InstallationFailed, + PluginError, PluginInstalled, PluginUpdateInstalled, PluginUninstalled, -- cgit v1.2.3