fixes
This commit is contained in:
@@ -277,11 +277,11 @@ def start(itemlist, item):
|
||||
platformtools.dialog_notification("AutoPlay", "Nueva Calidad/Servidor disponible en la "
|
||||
"configuracion", sound=False)
|
||||
|
||||
# Restaura si es necesario el valor previo de "Accion y Player Mode" en preferencias
|
||||
if user_config_setting_action != 2:
|
||||
config.set_setting("default_action", user_config_setting_action)
|
||||
if user_config_setting_player != 0:
|
||||
config.set_setting("player_mode", user_config_setting_player)
|
||||
# Restaura si es necesario el valor previo de "Accion y Player Mode" en preferencias
|
||||
if user_config_setting_action != 2:
|
||||
config.set_setting("default_action", user_config_setting_action)
|
||||
if user_config_setting_player != 0:
|
||||
config.set_setting("player_mode", user_config_setting_player)
|
||||
|
||||
# devuelve la lista de enlaces para la eleccion manual
|
||||
return itemlist
|
||||
|
||||
2
plugin.video.alfa/channels/seriesdanko.py
Executable file → Normal file
2
plugin.video.alfa/channels/seriesdanko.py
Executable file → Normal file
@@ -10,7 +10,7 @@ from core import servertools
|
||||
from core.item import Item
|
||||
from platformcode import config, logger
|
||||
|
||||
HOST = 'https://seriesdanko.info/'
|
||||
HOST = 'http://seriesdanko.to/'
|
||||
IDIOMAS = {'es': 'Español', 'la': 'Latino', 'vos': 'VOS', 'vo': 'VO'}
|
||||
list_idiomas = IDIOMAS.values()
|
||||
CALIDADES = ['SD', 'MicroHD', 'HD/MKV']
|
||||
|
||||
Reference in New Issue
Block a user