moved naming specification out of general config.

This commit is contained in:
kay.one 2013-03-06 13:20:33 -08:00
commit dce64a5530
23 changed files with 535 additions and 463 deletions

View file

@ -65,7 +65,7 @@ namespace NzbDrone.Core.ExternalNotification
new ExternalNotificationDefinition { Name = Name };
updateAction(def);
_externalNotificationRepository.Upsert(def);
_externalNotificationRepository.UpSert(def);
}
private bool GetEnableStatus(Func<ExternalNotificationDefinition, bool> readFunction)