diff --git a/resources/lib/itemtypes.py b/resources/lib/itemtypes.py index 779590cd..8accde8c 100644 --- a/resources/lib/itemtypes.py +++ b/resources/lib/itemtypes.py @@ -1054,7 +1054,7 @@ class TVShows(Items): studio = " / ".join(studios) # Verify series pooling - if tvdb: + if not update_item and tvdb: query = "SELECT idShow FROM tvshow WHERE C12 = ?" kodicursor.execute(query, (tvdb,)) try: