diff --git a/main.go b/main.go index 5d6dcb0..06099fa 100644 --- a/main.go +++ b/main.go @@ -195,16 +195,19 @@ func (web *Web) initNotifiers() { { notifier = ¬ifiers.EmailNotifier{} success = notifier.Open(notifierPath) + break } case "shoutrrr": { notifier = ¬ifiers.ShoutrrrNotifier{} success = notifier.Open(notifierPath) + break } case "apprise": { notifier = ¬ifiers.AppriseNotifier{} success = notifier.Open(notifierPath) + break } default: {