From bc819bdbf54bb428499845d0db85e11294e2d7c7 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sun, 25 Sep 2016 02:33:39 -0500 Subject: [PATCH] Series pooling adjustment Only verify if the emby/kodi reference doesn't exist yet. --- resources/lib/itemtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: