Probabile Fix Autoplay Torrent

This commit is contained in:
Alhaziel01
2021-10-29 16:25:53 +02:00
parent e74337c07b
commit b807b41f48
3 changed files with 14 additions and 11 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: