Search result now display channels

This commit is contained in:
Alhaziel
2019-05-03 13:20:33 +02:00
parent 4606cbe90c
commit bec626e970

View File

@@ -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: