From 383cba7354405f56d792193e3539b28d88eeef57 Mon Sep 17 00:00:00 2001 From: greko <50103632+greko17@users.noreply.github.com> Date: Wed, 24 Jul 2019 00:30:40 +0200 Subject: [PATCH] Update seriehd.py --- channels/seriehd.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/channels/seriehd.py b/channels/seriehd.py index d505470b..4c6a4190 100644 --- a/channels/seriehd.py +++ b/channels/seriehd.py @@ -15,7 +15,7 @@ from specials import autoplay __channel__ = "seriehd" -host = config.get_setting("channel_host", __channel__) +host = config.get_channel_url(__channel__) IDIOMAS = {'Italiano': 'IT'} list_language = IDIOMAS.values() @@ -39,7 +39,8 @@ def mainlist(item): autoplay.init(item.channel, list_servers, list_quality) autoplay.show_option(item.channel, itemlist) - + config.get_setting("channel_host", __channel__) + return itemlist