mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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