Possibilie Fix autoplay e episodio successivo

This commit is contained in:
Alhaziel01
2021-11-03 12:06:45 +01:00
parent 6e4aec0ab9
commit 60de78f448
4 changed files with 37 additions and 19 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ def start(itemlist, item):
import xbmc
control_item = Item().fromurl(xbmc.getInfoLabel('Container.FolderPath'))
if control_item == item:
if control_item.action == item.action:
return itemlist
if config.get_setting('autoplay') or item.autoplay: