Fix autoplay no inicializado

This commit is contained in:
m588416
2017-09-14 22:22:42 +02:00
parent 27311a47c2
commit 636160a623
+3
View File
@@ -88,6 +88,9 @@ def start(itemlist, item):
# Obtiene el nodo AUTOPLAY desde el json
autoplay_node = jsontools.get_node_from_file('autoplay', 'AUTOPLAY')
if not item.channel in autoplay_node:
return itemlist
# Agrega servidores y calidades que no estaban listados a autoplay_node
new_options = check_value(item.channel, itemlist)