Skip to content

Commit

Permalink
tvdb int from tmdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Feb 28, 2025
1 parent 4282eaa commit ca7dace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ async def tmdb_other_meta(meta):

# TVDB ID Handling
if meta.get('tvdb_id') == 0:
meta['tvdb_id'] = external.get('tvdb_id', '0')
meta['tvdb_id'] = external.get('tvdb_id')
if meta['tvdb_id'] in ["", " ", "None", None]:
meta['tvdb_id'] = 0
try:
Expand Down

0 comments on commit ca7dace

Please sign in to comment.