Test 2: Elementum Android

This commit is contained in:
Alhaziel01
2020-04-20 15:20:43 +02:00
parent e93b6d5257
commit db36213039
4 changed files with 57 additions and 39 deletions

View File

@@ -1358,8 +1358,7 @@ def play_torrent(item, xlistitem, mediaurl):
# Si es Libtorrent y no está soportado, se ofrecen alternativas, si las hay...
if len(torrent_options) == 0:
from specials import elementum_download
if dialog_yesno(config.get_localized_string(70784), config.get_localized_string(70782)):
elementum_download.download()
if elementum_download.download():
torrent_options = torrent_client_installed(show_tuple=True)
else:
return