Fixed all ruff issues
This commit is contained in:
@@ -194,7 +194,6 @@ class TMDBClient:
|
||||
if "id" not in top_result or "media_type" not in top_result:
|
||||
raise TMDBAPIError("Invalid TMDB response structure")
|
||||
|
||||
tmdb_id = top_result["id"]
|
||||
media_type = top_result["media_type"]
|
||||
|
||||
# Skip if not movie or TV show
|
||||
|
||||
Reference in New Issue
Block a user