mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
one more int check
This commit is contained in:
parent
d18de78367
commit
40a5abe202
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.15.1-develop43
|
||||
1.15.1-develop44
|
||||
|
|
|
@ -1339,6 +1339,7 @@ class CollectionBuilder:
|
|||
elif input_id not in self.missing_movies:
|
||||
self.missing_movies.append(input_id)
|
||||
elif id_type in ["tvdb", "tmdb_show"] and not self.parts_collection:
|
||||
input_id = int(input_id)
|
||||
if id_type == "tmdb_show":
|
||||
try:
|
||||
input_id = self.config.Convert.tmdb_to_tvdb(input_id, fail=True)
|
||||
|
|
Loading…
Reference in a new issue