diff --git a/plugin.video.alfa/channels/search.py b/plugin.video.alfa/channels/search.py index 213eacf3..72977ceb 100644 --- a/plugin.video.alfa/channels/search.py +++ b/plugin.video.alfa/channels/search.py @@ -290,7 +290,10 @@ def do_search(item, categories=None): multithread = config.get_setting("multithread", "search") result_mode = config.get_setting("result_mode", "search") - tecleado = item.extra + if item.wanted!='': + tecleado=item.wanted + else: + tecleado = item.extra itemlist = [] diff --git a/plugin.video.alfa/platformcode/platformtools.py b/plugin.video.alfa/platformcode/platformtools.py index de27386d..522fac6c 100644 --- a/plugin.video.alfa/platformcode/platformtools.py +++ b/plugin.video.alfa/platformcode/platformtools.py @@ -398,9 +398,9 @@ def set_context_commands(item, parent_item): if item.contentType in ['movie','tvshow']and item.channel != 'search': # Buscar en otros canales if item.contentSerieName!='': - item.extra=item.contentSerieName + item.wanted=item.contentSerieName else: - item.extra = item.contentTitle + item.wanted = item.contentTitle context_commands.append(("[COLOR yellow]Buscar en otros canales[/COLOR]", "XBMC.Container.Update (%s?%s)" % (sys.argv[0], item.clone(channel='search',