Fix encoding BrowseContent

This commit is contained in:
angelblue05 2018-07-09 17:36:07 -05:00
parent 2c2c6a0958
commit 3ea7b95010

View file

@ -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']