mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
moved naming specification out of general config.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user