From 2f0457a7c7e56de392e20937c80984932b453425 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 19 Dec 2019 18:26:42 +0100 Subject: [PATCH] uso il titolo reale, non quello inserito dall'utente --- specials/search.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specials/search.py b/specials/search.py index 3c981ef6..2ca0303a 100755 --- a/specials/search.py +++ b/specials/search.py @@ -158,9 +158,10 @@ def channel_search(item): results = list() valid = list() ch_list = dict() - to_temp = dict() mode = item.mode max_results = 10 + if item.infoLabels['title']: + item.text = item.infoLabels['title'] searched_id = item.infoLabels['tmdb_id']