From 6d776c3958dc5ae7591c7a7c370e972deb997a27 Mon Sep 17 00:00:00 2001 From: Kingbox <37674310+lopezvg@users.noreply.github.com> Date: Fri, 1 Jun 2018 19:39:16 +0200 Subject: [PATCH] =?UTF-8?q?Search:=20modificaci=C3=B3n=20cosmetica=20para?= =?UTF-8?q?=20Unify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin.video.alfa/channels/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/search.py b/plugin.video.alfa/channels/search.py index d0bbf80d..818bfeff 100644 --- a/plugin.video.alfa/channels/search.py +++ b/plugin.video.alfa/channels/search.py @@ -437,7 +437,7 @@ def do_search(item, categories=None): result_mode = 1 if result_mode == 0: if len(search_results[channel]) > 1: - title += " [%s]" % element["item"].title.strip() + title += " -%s" % element["item"].title.strip() title += " (%s)" % len(element["itemlist"]) title = re.sub("\[COLOR [^\]]+\]", "", title)