From 30280e38b45fad395dfa19320a5bce8a132bc8a2 Mon Sep 17 00:00:00 2001 From: Tentoe Date: Sat, 12 Aug 2023 14:16:40 +0200 Subject: [PATCH] fix(notifications): correctly set the delay from options (#1726) Co-authored-by: Tentoe --- 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, } }