fix open (no return)
XBMC.Container.Update will let users to go back in search window after loading torrent, much better behaviourpull/15/head
parent
3744b3ccd7
commit
7c141b6496
2
Core.py
2
Core.py
|
@ -1616,7 +1616,7 @@ class Core:
|
||||||
'XBMC.RunPlugin(%s)' % ('%s?action=%s&url=%s') % (
|
'XBMC.RunPlugin(%s)' % ('%s?action=%s&url=%s') % (
|
||||||
sys.argv[0], 'downloadLibtorrent', urllib.quote_plus(link))),
|
sys.argv[0], 'downloadLibtorrent', urllib.quote_plus(link))),
|
||||||
(self.localize('Open (no return)'),
|
(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)),
|
sys.argv[0], 'openTorrent', link_url)),
|
||||||
]
|
]
|
||||||
title = self.titleMake(seeds, leechers, size, title)
|
title = self.titleMake(seeds, leechers, size, title)
|
||||||
|
|
Loading…
Reference in New Issue