Probabile Fix Autoplay Torrent

This commit is contained in:
Alhaziel01
2021-10-29 16:25:53 +02:00
parent 852588254a
commit e70c18efa3
3 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ def start(itemlist, item):
pass
# sleep(3)
try:
if platformtools.is_playing():
if platformtools.is_playing() or autoplay_elem.server == 'torrent':
PLAYED = True
break
except: