3.0.5231.40980

This commit is contained in:
Luke Pulverenti
2014-04-28 23:56:20 -04:00
parent 0f4c28c120
commit e9fb806478
38 changed files with 1197 additions and 372 deletions

View File

@@ -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,