From 02c511b1ebb455506638812ba65755aaa3bc30a2 Mon Sep 17 00:00:00 2001 From: rouggy Date: Tue, 24 Sep 2024 15:31:11 +0700 Subject: [PATCH] update --- DeleteArr.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DeleteArr.go b/DeleteArr.go index 75fc52d..24a21fe 100644 --- a/DeleteArr.go +++ b/DeleteArr.go @@ -64,6 +64,8 @@ func (m *MediaFiles) SendGotify(message string, arr string, cfg *Config) { if cfg.Gotify.Enabled { http.PostForm(cfg.Gotify.ServerURL+"/message?token="+cfg.Gotify.Token, url.Values{"message": {message}, "title": {"Deleting Media from " + arr}, "priority": {"10"}}) + + log.Printf("Message sent to Gotify: %s", message) } }