Fix parziale autoplay con Torrent

This commit is contained in:
Alhaziel01
2021-10-30 11:22:15 +02:00
parent cce2e330ba
commit 0aebc644fa
2 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ def start(itemlist, item):
pass
# sleep(3)
try:
if platformtools.is_playing() or autoplay_elem.server == 'torrent':
if platformtools.is_playing():
PLAYED = True
break
except:
@@ -119,7 +119,7 @@ def start(itemlist, item):
max_intents_servers[videoitem.server.lower()] = max_intents
# If there are no items in the list, it is reported
if autoplay_elem == autoplay_list[-1]:
if autoplay_elem == autoplay_list[-1] and autoplay_elem.server != 'torrent':
platformtools.dialog_notification('AutoPlay', config.get_localized_string(60072) % name)
else: