diff --git a/core/support.py b/core/support.py index ce32ae4d..d8a50eca 100755 --- a/core/support.py +++ b/core/support.py @@ -705,9 +705,9 @@ def menu(func): if global_search: menuItem(itemlist, filename, config.get_localized_string(70741) % '… bold', 'search', host + dictUrl['search']) - - autoplay.init(item.channel, list_servers, list_quality) - autoplay.show_option(item.channel, itemlist) + if 'get_channel_results' not in inspect.stack()[1][3]: + autoplay.init(item.channel, list_servers, list_quality) + autoplay.show_option(item.channel, itemlist) channel_config(item, itemlist) return itemlist