sonarr: fuzzy date match debug
Local Docker Build (Dev) / build-dev (push) Successful in 4s

This commit is contained in:
2025-10-16 10:04:06 -04:00
parent fd2f8f2c51
commit 6d5635f56a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.2.22 2.2.23
+1 -1
View File
@@ -266,7 +266,7 @@ class TVProcessor:
_log("DEBUG", f"Exact IMDb lookup failed for {imdb_id}, trying fuzzy matching") _log("DEBUG", f"Exact IMDb lookup failed for {imdb_id}, trying fuzzy matching")
# Get all series and try fuzzy matching # Get all series and try fuzzy matching
all_series = self.sonarr.get("/series") all_series = self.sonarr.get_all_series()
if all_series: if all_series:
_log("DEBUG", f"Found {len(all_series)} total series in Sonarr") _log("DEBUG", f"Found {len(all_series)} total series in Sonarr")