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