mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
Fix typo
This commit is contained in:
parent
1af2d29fc1
commit
d84f5bc261
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class Music(Items):
|
|||
all_songs = self.emby.getSongsbyAlbum(item['Id'])
|
||||
self.added_song(all_songs['Items'])
|
||||
|
||||
def added_song(self, items, total=None, *args):
|
||||
def added_song(self, items, total=None):
|
||||
|
||||
update = True if not self.total else False
|
||||
|
||||
|
|
Loading…
Reference in a new issue