mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix typo in musicvideos
This commit is contained in:
parent
0fafc38e0f
commit
d04822bbea
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class MusicVideos(common.Items):
|
||||||
if self.add_update(item, view):
|
if self.add_update(item, view):
|
||||||
self.content_pop(item.get('Name', "unknown"))
|
self.content_pop(item.get('Name', "unknown"))
|
||||||
|
|
||||||
@catch_except
|
@catch_except()
|
||||||
def add_update(self, item, view=None):
|
def add_update(self, item, view=None):
|
||||||
# Process single music video
|
# Process single music video
|
||||||
kodicursor = self.kodicursor
|
kodicursor = self.kodicursor
|
||||||
|
|
Loading…
Reference in a new issue