From bec626e9706fccdca08854241a2c278542adb2d1 Mon Sep 17 00:00:00 2001 From: Alhaziel <46535975+lozioangie@users.noreply.github.com> Date: Fri, 3 May 2019 13:20:33 +0200 Subject: [PATCH] Search result now display channels --- channels/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/search.py b/channels/search.py index 5c15661e..8d115e6b 100644 --- a/channels/search.py +++ b/channels/search.py @@ -713,7 +713,7 @@ def discover_list(item): title = unify.normalize(elem['name']).capitalize() tvshow = True - new_item = Item(channel='search', title=title, infoLabels=elem, action='search_tmdb', extra=title, + new_item = Item(channel='search', title=title, infoLabels=elem, action='do_search', extra=title, category=config.get_localized_string(70695), context ='') if tvshow: