Miglioria del precedente commit

This commit is contained in:
mac12m99
2021-11-02 19:58:01 +01:00
parent 9828908bfe
commit ebbf37222e
7 changed files with 25 additions and 18 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.url == item.url:
if control_item == item:
return itemlist
if config.get_setting('autoplay') or item.autoplay: