fix autoplay in cb01 and a little change on support and autoplay

This commit is contained in:
mac12m99
2019-05-26 17:51:18 +02:00
parent d9fb2a34d5
commit ab63a093cc
3 changed files with 16 additions and 37 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ def start(itemlist, item):
# 2: Solo servidores
# 3: Solo calidades
# 4: No ordenar
if (settings_node['custom_servers'] and settings_node['custom_quality']):
if (settings_node['custom_servers'] and settings_node['custom_quality']) or get_setting('autoplay'):
priority = settings_node['priority'] # 0: Servidores y calidades o 1: Calidades y servidores
elif settings_node['custom_servers']:
priority = 2 # Solo servidores