fix support.menu con ricerca globale
This commit is contained in:
@@ -16,8 +16,6 @@ support.log('HOST',host)
|
|||||||
headers = [['Referer', host]]
|
headers = [['Referer', host]]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@support.menu
|
@support.menu
|
||||||
def mainlist(item):
|
def mainlist(item):
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
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)
|
# Make EXTRA MENU (on bottom)
|
||||||
if not global_search:
|
|
||||||
for name, var in args.items():
|
for name, var in args.items():
|
||||||
if name not in listUrls and name != 'item':
|
if name not in listUrls and name != 'item':
|
||||||
listUrls_extra.append(name)
|
listUrls_extra.append(name)
|
||||||
|
|||||||
Reference in New Issue
Block a user