one more int check

This commit is contained in:
meisnate12 2022-02-03 17:27:03 -05:00
parent d18de78367
commit 40a5abe202
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
1.15.1-develop43
1.15.1-develop44

View file

@ -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)