From 4ee1b5bf9b7e3ffe0838a68c34ed9055ea5fca02 Mon Sep 17 00:00:00 2001 From: Kingul Date: Mon, 21 Nov 2016 17:10:55 +0200 Subject: [PATCH] missed one no return --- Core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core.py b/Core.py index c38e425..626e352 100644 --- a/Core.py +++ b/Core.py @@ -1676,8 +1676,8 @@ class Core: (self.localize('Add to %s') % return_name, 'XBMC.RunPlugin(%s)' % (back_url+'&stringdata=' + urllib.quote_plus( json.dumps(sdata)))), - (self.localize('Open (no return)'), - 'XBMC.ActivateWindow(Videos,%s)' % ('%s?action=%s%s') % ( + (self.localize('Open'), + 'XBMC.Container.Update(%s)' % ('%s?action=%s%s') % ( sys.argv[0], 'openTorrent', link_url)), (self.localize('Return to %s') % return_name, 'XBMC.ActivateWindow(%s)' % ('Videos,%s' % return_url)),