Fix SyntaxError

This commit is contained in:
tomkat83 2017-01-09 20:39:41 +01:00
parent 087a6ff465
commit 6ab2ab4b26

View file

@ -848,7 +848,7 @@ class TVShows(Items):
log.info("UPDATE episode itemid: %s" % (itemid)) log.info("UPDATE episode itemid: %s" % (itemid))
# Update the movie entry # Update the movie entry
if KODIVERSION in >= 16: if KODIVERSION >= 16:
# Kodi Jarvis, Krypton # Kodi Jarvis, Krypton
query = ' '.join(( query = ' '.join((
"UPDATE episode", "UPDATE episode",