From 6ab2ab4b262042d137b3632600b611789a03e3e9 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Mon, 9 Jan 2017 20:39:41 +0100 Subject: [PATCH] Fix SyntaxError --- 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 523d84d6..cbc91413 100644 --- a/resources/lib/itemtypes.py +++ b/resources/lib/itemtypes.py @@ -848,7 +848,7 @@ class TVShows(Items): log.info("UPDATE episode itemid: %s" % (itemid)) # Update the movie entry - if KODIVERSION in >= 16: + if KODIVERSION >= 16: # Kodi Jarvis, Krypton query = ' '.join(( "UPDATE episode",