From feb4b0f232db95c51648f9376fe29ce0a75e61ad Mon Sep 17 00:00:00 2001 From: greko <50103632+greko17@users.noreply.github.com> Date: Mon, 22 Jul 2019 22:11:31 +0200 Subject: [PATCH] aggiunto : configura canale a support.menu channel_config(item, itemlist) --- core/support.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 138bdf48..f024c1b3 100644 --- a/core/support.py +++ b/core/support.py @@ -530,7 +530,8 @@ def menu(func): menuItem(itemlist, filename, 'Cerca... bold color kod', 'search', host + dictUrl['search']) autoplay.show_option(item.channel, itemlist) - + channel_config(item, itemlist) + return itemlist return wrapper