This commit is contained in:
croneter 2018-02-12 08:26:32 +01:00
parent 66a24a39b6
commit e595bd5e79

View file

@ -831,7 +831,7 @@ def __build_item(xml_element):
api.path_and_plex_id().startswith('http')):
params = {
'mode': 'plex_node',
'key': xml_element.attrib.get('key'),
'key': âpi.path_and_plex_id(),
'offset': xml_element.attrib.get('viewOffset', '0'),
}
url = "plugin://%s?%s" % (v.ADDON_ID, urlencode(params))