mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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()
|
||||
if result:
|
||||
kodi_show_id = result[0]
|
||||
season = MBitem['IndexNumber']
|
||||
# update season
|
||||
WriteKodiVideoDB().updateSeasons(MBitem["SeriesId"], kodi_show_id, connection, cursor)
|
||||
|
||||
|
|
Loading…
Reference in a new issue