mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +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 = {
|
items = {
|
||||||
|
|
||||||
'ParentId': parent_id,
|
|
||||||
'Items': [],
|
'Items': [],
|
||||||
'TotalRecordCount': 0
|
'TotalRecordCount': 0
|
||||||
}
|
}
|
||||||
|
@ -450,6 +449,7 @@ class Read_EmbyServer():
|
||||||
url = "{server}/emby/Artists?UserId={UserId}&format=json"
|
url = "{server}/emby/Artists?UserId={UserId}&format=json"
|
||||||
params = {
|
params = {
|
||||||
|
|
||||||
|
'ParentId': parent_id,
|
||||||
'Recursive': True,
|
'Recursive': True,
|
||||||
'Limit': 1
|
'Limit': 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue