mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-06 16:26:13 +00:00
Fix content pop typo
This commit is contained in:
parent
e1c2a04571
commit
6eb8cdfa30
5 changed files with 9 additions and 9 deletions
|
@ -174,7 +174,7 @@ class Movies(common.Items):
|
|||
|
||||
for item in super(Movies, self).added(items, total):
|
||||
if self.add_update(item, view):
|
||||
self.content_pop()
|
||||
self.content_pop(item.get('Name', "unknown"))
|
||||
|
||||
@catch_except()
|
||||
def add_update(self, item, view=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue