From 00bf5434dc5eb861f3d64875b0b20dc4aeb5b638 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 27 Jun 2015 01:07:49 -0500 Subject: [PATCH] Fix season poster update Caused incremental to freeze --- resources/lib/LibrarySync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lib/LibrarySync.py b/resources/lib/LibrarySync.py index df614161..b1612ee7 100644 --- a/resources/lib/LibrarySync.py +++ b/resources/lib/LibrarySync.py @@ -591,7 +591,6 @@ class LibrarySync(): result = cursor.fetchone() if result: kodi_show_id = result[0] - season = MBitem['IndexNumber'] # update season WriteKodiVideoDB().updateSeasons(MBitem["SeriesId"], kodi_show_id, connection, cursor)