pull/15/head
DiMartinoXBMC 2017-01-09 19:54:58 +03:00
parent b925285c42
commit 7c27a5d311
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ class SearchWindow(pyxbmct.AddonDialogWindow):
contentListNew = sorted(contentListNew, key=lambda x: x[0], reverse=False)
for title, identifier, filesize in contentListNew:
params = {'mode': 'torrent_play', 'fileIndex': identifier, 'url2': ids_video.rstrip(','), 'url': link,
params = {'mode': 'torrent_play', 'index': identifier, 'url2': ids_video.rstrip(','), 'url': link,
'filename': filename}
self.drawItem(title, params)