non riaprire Finesta popup se si seleziona un torrent

This commit is contained in:
Alhaziel01
2021-11-05 17:32:29 +01:00
parent 35f7a50345
commit 5e08aa3391

View File

@@ -551,5 +551,6 @@ def play_from_library(item):
item = videolibrary.play(itemlist[selection + selection_implementation])[0]
platformtools.play_video(item)
reopen = True
if item.server == 'torrent': return
# if (platformtools.is_playing() and item.action) or item.server == 'torrent' or config.get_setting('autoplay'): break