Fix altaCommunity e aggiungi alla videoteca con autoplay attivo su alcuni canali

This commit is contained in:
mac12m99
2021-09-06 20:38:19 +02:00
parent b21f957c08
commit 3a1e3a228b
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def start(itemlist, item):
:return: try to auto-reproduce, in case of failure it returns the itemlist that it received in the beginning
'''
if item.global_search:
if item.global_search or item.from_action: # from_action means that's a special function calling this (ex: add to videolibrary)
return itemlist
logger.debug()