- Fix Canali Live
- Fix errore in tutti i canali
This commit is contained in:
+3
-3
@@ -604,11 +604,11 @@ def scrape(func):
|
|||||||
if function == 'episodios': autorenumber.start(itemlist, item)
|
if function == 'episodios': autorenumber.start(itemlist, item)
|
||||||
else: autorenumber.start(itemlist)
|
else: autorenumber.start(itemlist)
|
||||||
|
|
||||||
if action != 'play' and 'patronMenu' not in args and 'patronGenreMenu' not in args \
|
if action != 'play' and 'patronMenu' not in args and not disabletmdb and function != 'episodios' \
|
||||||
and not stackCheck(['add_tvshow', 'get_newest']) and (function not in ['episodes', 'mainlist'] \
|
and item.contentType in ['movie', 'tvshow', 'episode', 'undefined']:
|
||||||
or (function in ['episodes'] and config.get_setting('episode_info'))):
|
|
||||||
tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True)
|
tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True)
|
||||||
|
|
||||||
|
|
||||||
if not group and not args.get('groupExplode') and ((pagination and len(matches) <= pag * pagination) or not pagination): # next page with pagination
|
if not group and not args.get('groupExplode') and ((pagination and len(matches) <= pag * pagination) or not pagination): # next page with pagination
|
||||||
if patronNext and inspect.stack()[1][3] not in ['newest'] and len(inspect.stack()) > 2 and inspect.stack()[2][3] not in ['get_channel_results']:
|
if patronNext and inspect.stack()[1][3] not in ['newest'] and len(inspect.stack()) > 2 and inspect.stack()[2][3] not in ['get_channel_results']:
|
||||||
nextPage(itemlist, item, data, patronNext, function)
|
nextPage(itemlist, item, data, patronNext, function)
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ def live(item):
|
|||||||
channels_dict[channel_name] = itlist
|
channels_dict[channel_name] = itlist
|
||||||
|
|
||||||
# default order
|
# default order
|
||||||
channel_list = ['raiplay', 'mediasetplay', 'la7', 'paramount', 'discoveryplus']
|
channel_list = ['raiplay', 'mediasetplay', 'la7', 'discoveryplus']
|
||||||
|
|
||||||
# add channels not in list
|
# add channels not in list
|
||||||
for ch in channels:
|
for ch in channels:
|
||||||
|
|||||||
Reference in New Issue
Block a user