From 646de5cae4e60455d8035abaef480f485b04c3dd Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 6 Nov 2021 10:40:47 +0100 Subject: [PATCH] ooops --- core/autoplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoplay.py b/core/autoplay.py index 12e4bb3e..1d219823 100644 --- a/core/autoplay.py +++ b/core/autoplay.py @@ -42,7 +42,7 @@ def start(itemlist, item): import xbmc control_info = xbmc.getInfoLabel('Container.FolderPath') if control_info: - control_item = Item().fromurl() + control_item = Item().fromurl(control_info) if control_item.action == item.action: return itemlist