Episodio Successivo (aggiornamento)

This commit is contained in:
Alhaziel
2020-01-08 20:14:07 +01:00
parent a155f808d4
commit c19a506be7
7 changed files with 289 additions and 52 deletions

View File

@@ -981,7 +981,7 @@ def controls(itemlist, item, AutoPlay=True, CheckLinks=True, down_load=True):
channel_node = autoplay_node.get(item.channel, {})
settings_node = channel_node.get('settings', {})
AP = get_setting('autoplay') or settings_node['active']
APS = get_setting('autoplay_server_list')
HS = config.get_setting('next_ep')
if CL and not AP:
if get_setting('checklinks', item.channel):
@@ -1010,7 +1010,7 @@ def controls(itemlist, item, AutoPlay=True, CheckLinks=True, down_load=True):
VL = True
except:
pass
if not AP or VL or not APS:
if not AP or VL or HS == 0:
return itemlist
def filterLang(item, itemlist):