up
This commit is contained in:
@@ -773,6 +773,7 @@ func (s *HTTPServer) getWatchlistSpotsWithStatus(w http.ResponseWriter, r *http.
|
||||
for _, pattern := range watchlistCallsigns {
|
||||
if spot.DX == pattern || strings.HasPrefix(spot.DX, pattern) {
|
||||
isInWatchlist = true
|
||||
Log.Debugf("✅ Watchlist match in API: %s matches pattern %s", spot.DX, pattern)
|
||||
break
|
||||
}
|
||||
}
|
||||
@@ -782,6 +783,8 @@ func (s *HTTPServer) getWatchlistSpotsWithStatus(w http.ResponseWriter, r *http.
|
||||
}
|
||||
}
|
||||
|
||||
Log.Debugf("📊 Watchlist spots API returned %d spots", len(relevantSpots))
|
||||
|
||||
type BandModeKey struct {
|
||||
Band string
|
||||
Mode string
|
||||
|
||||
Reference in New Issue
Block a user