Fix Cerca con KoD se si usa la vecchia ricerca

This commit is contained in:
marco
2022-04-28 18:30:45 +02:00
parent fc924e604d
commit d39194384b
3 changed files with 8 additions and 4 deletions

View File

@@ -744,8 +744,8 @@ def from_context(item):
return globalsearch.Search(item)
if 'list_type' not in item:
if 'wanted' in item:
item.title = item.wanted
if 'text' in item:
item.title = item.text
return channel_search(item)
return discover_list(item)