fix support.menu con ricerca globale

This commit is contained in:
marco
2020-08-19 21:10:15 +02:00
parent fcedf023e9
commit 52bcbf7130
2 changed files with 12 additions and 15 deletions
-2
View File
@@ -16,8 +16,6 @@ support.log('HOST',host)
headers = [['Referer', host]]
@support.menu
def mainlist(item):
-1
View File
@@ -773,7 +773,6 @@ def menu(func):
if 'search' not in args: menuItem(itemlist, filename, config.get_localized_string(70741) % title + '{submenu bold}', 'search', host + url, contentType='movie' if name == 'film' else 'tvshow', style=not global_search)
# Make EXTRA MENU (on bottom)
if not global_search:
for name, var in args.items():
if name not in listUrls and name != 'item':
listUrls_extra.append(name)