Fix VVVVID

This commit is contained in:
Alhaziel01
2021-03-27 09:19:59 +01:00
parent 1a144a21b0
commit 3be9a8f3a6
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -709,10 +709,12 @@ def menu(func):
item = args['item']
logger.debug(item.channel + ' menu start')
host = func.__globals__['host']
menuHost = args.get('host','')
if menuHost: host = menuHost
filename = func.__module__.split('.')[1]
single_search = False
# listUrls = ['film', 'filmSub', 'tvshow', 'tvshowSub', 'anime', 'animeSub', 'search', 'top', 'topSub']
listUrls = ['top', 'film', 'tvshow', 'anime', 'search']
listUrls = ['top', 'film', 'tvshow', 'anime', 'search', 'host']
listUrls_extra = []
dictUrl = {}