mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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)
|
||||
# Process deletes
|
||||
if compare_to:
|
||||
self.remove_all(item_type, compare_to.items())
|
||||
self.remove_all(item_type, compare_to.keys())
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in a new issue