mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Fix season poster update
Caused incremental to freeze
This commit is contained in:
parent
a1a2901e93
commit
00bf5434dc
1 changed files with 0 additions and 1 deletions
|
@ -591,7 +591,6 @@ class LibrarySync():
|
||||||
result = cursor.fetchone()
|
result = cursor.fetchone()
|
||||||
if result:
|
if result:
|
||||||
kodi_show_id = result[0]
|
kodi_show_id = result[0]
|
||||||
season = MBitem['IndexNumber']
|
|
||||||
# update season
|
# update season
|
||||||
WriteKodiVideoDB().updateSeasons(MBitem["SeriesId"], kodi_show_id, connection, cursor)
|
WriteKodiVideoDB().updateSeasons(MBitem["SeriesId"], kodi_show_id, connection, cursor)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue