This commit is contained in:
@@ -266,7 +266,7 @@ class TVProcessor:
|
||||
_log("DEBUG", f"Exact IMDb lookup failed for {imdb_id}, trying 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:
|
||||
_log("DEBUG", f"Found {len(all_series)} total series in Sonarr")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user