Skip to content

Commit 12436ff

Browse files
committed
TMDB retry, set object
1 parent 8de31e3 commit 12436ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/metadata_searching.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ async def imdb_tmdb(meta, filename):
587587
# Gather results
588588
results = await asyncio.gather(*coroutines, return_exceptions=True)
589589

590+
tmdb_metadata = None
590591
# Process the results
591592
if isinstance(results[0], Exception):
592593
error_msg = f"TMDB metadata retrieval failed: {str(results[0])}"

0 commit comments

Comments
 (0)