Merge pull request #72 from ElAntonioB/play-from-local
Close dialogs before recursive callpull/15/head
commit
827b035630
1
Core.py
1
Core.py
|
@ -1397,6 +1397,7 @@ class Core:
|
|||
self.__settings__.setSetting("lastTorrent", torrent.saveTorrent(url))
|
||||
self.__settings__.setSetting("lastTorrentUrl", url)
|
||||
if url:
|
||||
xbmc.executebuiltin("Dialog.Close(all,true)")
|
||||
xbmc.executebuiltin(
|
||||
'XBMC.ActivateWindow(%s)' % 'Videos,plugin://plugin.video.torrenter/?action=%s&url=%s'
|
||||
% ('torrentPlayer', url))
|
||||
|
|
Loading…
Reference in New Issue