aggiunto config.get_setting
This commit is contained in:
@@ -13,7 +13,9 @@ from core.support import menu, log
|
||||
from platformcode import logger, config
|
||||
from specials import autoplay
|
||||
|
||||
host = "https://seriehd.info"
|
||||
|
||||
__channel__ = "seriehd"
|
||||
host = config.get_setting("channel_host", __channel__)
|
||||
|
||||
IDIOMAS = {'Italiano': 'IT'}
|
||||
list_language = IDIOMAS.values()
|
||||
|
||||
Reference in New Issue
Block a user