updated nuget

This commit is contained in:
Luke Pulverenti
2015-03-03 13:48:47 -05:00
parent 2fc0686c30
commit 5878190cab
11 changed files with 79 additions and 12 deletions

View File

@@ -64,6 +64,12 @@ namespace MediaBrowser.Model.Notifications
Type = NotificationType.PluginError.ToString(),
Enabled = true,
SendToUserMode = SendToUserType.Admins
},
new NotificationOption
{
Type = NotificationType.UserLockedOut.ToString(),
Enabled = true,
SendToUserMode = SendToUserType.Admins
}
};
}