Fix VVVVID
This commit is contained in:
@@ -29,6 +29,7 @@ main_host = host + '/vvvvid/ondemand/'
|
||||
@support.menu
|
||||
def mainlist(item):
|
||||
if conn_id:
|
||||
host = main_host
|
||||
anime = ['anime/',
|
||||
('Popolari',['anime/', 'peliculas', 'channel/10002/last/']),
|
||||
('Nuove Uscite',['anime/', 'peliculas', 'channel/10007/last/']),
|
||||
|
||||
@@ -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 = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user