diff --git a/VERSION b/VERSION index 2ca5e5f6..4e181232 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.3-develop160 +1.17.3-develop161 diff --git a/modules/tvdb.py b/modules/tvdb.py index 70b74054..99a42c28 100644 --- a/modules/tvdb.py +++ b/modules/tvdb.py @@ -191,7 +191,7 @@ class TVDb: logger.error(f"{e} for series {title}") elif item_url.startswith("/movies/"): try: - _, tmdb_id, imdb_id = self.get_id_from_url(f"{base_url}{item_url}") + _, tmdb_id, imdb_id = self.get_id_from_url(f"{base_url}{item_url}", is_movie=True) if tmdb_id: ids.append((tmdb_id, "tmdb")) elif imdb_id: