From afc8b6e49f53413bbe40827b01d0cdaca656f5b8 Mon Sep 17 00:00:00 2001 From: thedoctor66 <37449358+thedoctor66@users.noreply.github.com> Date: Tue, 24 Jul 2018 20:12:37 +0200 Subject: [PATCH] Update channelselector.py --- plugin.video.alfa/channelselector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channelselector.py b/plugin.video.alfa/channelselector.py index 2513e10e..5fd5eff4 100644 --- a/plugin.video.alfa/channelselector.py +++ b/plugin.video.alfa/channelselector.py @@ -194,7 +194,7 @@ def filterchannels(category, view="thumb_"): if view == "banner_" and "banner" in channel_parameters: channel_parameters["thumbnail"] = channel_parameters["banner"] - channelslist.insert(0, Item(title="Tengo una URL", action="mainlist", channel="url", + channelslist.insert(0, Item(title=config.get_localized_string(60088), action="mainlist", channel="url", thumbnail=channel_parameters["thumbnail"], type="generic", viewmode="list")) return channelslist