|
|
|
@ -109,7 +109,7 @@ class Convert:
|
|
|
|
|
ids.append((int(self.tmdb_to_tvdb(tmdb_id, fail=True)), "tvdb"))
|
|
|
|
|
except Failed:
|
|
|
|
|
pass
|
|
|
|
|
ids.append((self._anidb_to_tmdb_movie[anidb_id], "tmdb"))
|
|
|
|
|
ids.append((self._anidb_to_tmdb_show[anidb_id], "tmdb"))
|
|
|
|
|
elif str(anidb_id) in self._anidb_ids:
|
|
|
|
|
logger.warning(f"Convert Warning: No TVDb ID or IMDb ID found for AniDB ID: {anidb_id}")
|
|
|
|
|
else:
|
|
|
|
|