mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix typo in getArtists
This commit is contained in:
parent
26dac01960
commit
984d09bd6b
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,6 @@ class Read_EmbyServer():
|
|||
|
||||
items = {
|
||||
|
||||
'ParentId': parent_id,
|
||||
'Items': [],
|
||||
'TotalRecordCount': 0
|
||||
}
|
||||
|
@ -450,6 +449,7 @@ class Read_EmbyServer():
|
|||
url = "{server}/emby/Artists?UserId={UserId}&format=json"
|
||||
params = {
|
||||
|
||||
'ParentId': parent_id,
|
||||
'Recursive': True,
|
||||
'Limit': 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue