From 5b2e5483f235cb022120ec425f962540c7bfcd50 Mon Sep 17 00:00:00 2001 From: Tentoe Date: Fri, 11 Aug 2023 19:58:02 +0200 Subject: [PATCH] delay in soutrrr wasn't set so it wasn't observed --- pkg/notifications/shoutrrr.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/notifications/shoutrrr.go b/pkg/notifications/shoutrrr.go index d6ce8590d..c7e59e963 100644 --- a/pkg/notifications/shoutrrr.go +++ b/pkg/notifications/shoutrrr.go @@ -110,6 +110,7 @@ func createNotifier(urls []string, level log.Level, tplString string, legacy boo legacyTemplate: legacy, data: data, params: params, + delay: delay, } }