mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
small fix
This commit is contained in:
parent
368339c35d
commit
a0963181dc
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class Convert:
|
|||
new_imdb_id = []
|
||||
for imdb in imdb_id:
|
||||
try:
|
||||
tmdb_id.append(self.imdb_to_tmdb(imdb_id, fail=True))
|
||||
tmdb_id.append(self.imdb_to_tmdb(imdb, fail=True))
|
||||
new_imdb_id.append(imdb)
|
||||
except Failed:
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue