From 18bb6bc4b2b247323144f3a88250f7994713e856 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 29 Oct 2021 16:50:42 +0200 Subject: [PATCH] Fix Autoplay Torrent --- platformcode/platformtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index 5f6eade1..7f66991a 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -1508,7 +1508,7 @@ def play_torrent(item, xlistitem, mediaurl): if torr_client in ['elementum'] and item.downloadFilename: torrent.elementum_download(item) else: - # time.sleep(3) + time.sleep(3) # xbmc.Player().play(torrent_options[selection][1] % mediaurl) xbmc.executebuiltin("PlayMedia(" + torrent_options[selection][1] % mediaurl + ")")