fix open (no return)

XBMC.Container.Update will let users to go back in search window after loading torrent, much better behaviour
pull/15/head
Kingul 2016-11-21 14:11:50 +02:00 committed by GitHub
parent 3744b3ccd7
commit 7c141b6496
1 changed files with 1 additions and 1 deletions

View File

@ -1616,7 +1616,7 @@ class Core:
'XBMC.RunPlugin(%s)' % ('%s?action=%s&url=%s') % (
sys.argv[0], 'downloadLibtorrent', urllib.quote_plus(link))),
(self.localize('Open (no return)'),
'XBMC.ActivateWindow(Videos,%s)' % ('%s?action=%s%s') % (
'XBMC.Container.Update(%s)' % ('%s?action=%s%s') % (
sys.argv[0], 'openTorrent', link_url)),
]
title = self.titleMake(seeds, leechers, size, title)