mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix encoding BrowseContent
This commit is contained in:
parent
2c2c6a0958
commit
3ea7b95010
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ def BrowseContent(viewname, browse_type="", folderid=""):
|
|||
#for folders we add an additional browse request, passing the folderId
|
||||
params = {
|
||||
|
||||
'id': viewname.encode('utf-8'),
|
||||
'id': viewname,
|
||||
'mode': "browsecontent",
|
||||
'type': browse_type,
|
||||
'folderid': item['Id']
|
||||
|
|
Loading…
Reference in a new issue