Fix SyntaxError
This commit is contained in:
parent
087a6ff465
commit
6ab2ab4b26
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue