This commit is contained in:
2025-11-02 17:47:58 +01:00
parent d8542a10e6
commit 1e56624a71
4 changed files with 182 additions and 174 deletions

View File

@@ -255,7 +255,7 @@ func (sp *SpotProcessor) sendGotifyNotification(flexSpot FlexSpot) {
}
// Cas 2 : Callsign dans la watchlist ET non contacté
if flexSpot.InWatchlist && !flexSpot.Worked {
if flexSpot.InWatchlist && !flexSpot.Worked && Cfg.Gotify.WatchList {
Gotify(flexSpot)
Log.Debugf("📢 Gotify notification sent: Watchlist match (not worked) - %s", flexSpot.DX)
return