From 6d8a6e8a2fe7a81d7673db958353b348ea5e2120 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 27 Apr 2020 14:35:28 +0200 Subject: [PATCH] ops 2... --- platformcode/platformtools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index 0671ebaa..a011eec0 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -1505,7 +1505,7 @@ def play_torrent(item, xlistitem, mediaurl): mediaurl += "&library=&tmdb=%s&type=movie" % (item.infoLabels['tmdb_id']) if torr_client in ['quasar', 'elementum'] and item.downloadFilename: - if torr_client == 'elementum': + # if torr_client == 'elementum': # config.set_setting('elementumtype', torr_setting.getSetting('download_storage')) # config.set_setting('elementumdl', torr_setting.getSetting('download_path')) # torr_setting.setSetting('download_storage', '0') @@ -1513,7 +1513,7 @@ def play_torrent(item, xlistitem, mediaurl): # xbmc.sleep(1000) torrent.call_torrent_via_web(urllib.quote_plus(item.url), torr_client) else: - if torr_client == 'elementum': + # if torr_client == 'elementum': # if config.get_setting('elementumtype'): torr_setting.setSetting('download_storage', config.get_setting('elementumtype')) # if config.get_setting('elementumdl'): torr_setting.setSetting('download_path', config.get_setting('elementumdl')) # xbmc.sleep(1000)