mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
Fix compare issue
This commit is contained in:
parent
d5b69677ee
commit
8b3c05cc6b
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class Items(object):
|
||||||
self.process_all(item_type, "update", emby_items, total, view)
|
self.process_all(item_type, "update", emby_items, total, view)
|
||||||
# Process deletes
|
# Process deletes
|
||||||
if compare_to:
|
if compare_to:
|
||||||
self.remove_all(item_type, compare_to.items())
|
self.remove_all(item_type, compare_to.keys())
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue