one more int check

pull/692/head
meisnate12 3 years ago
parent d18de78367
commit 40a5abe202

@ -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…
Cancel
Save