mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-05 15:56:14 +00:00
Fix content pop typo
This commit is contained in:
parent
e1c2a04571
commit
6eb8cdfa30
5 changed files with 9 additions and 9 deletions
|
@ -125,7 +125,7 @@ class MusicVideos(common.Items):
|
|||
def added(self, items, total=None, view=None):
|
||||
for item in super(MusicVideos, self).added(items, total, True):
|
||||
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