Migliorata funzione "cerca trailer"

This commit is contained in:
mac12m99
2021-03-29 17:01:22 +02:00
parent b5ae37855a
commit 58084388e6
3 changed files with 14 additions and 11 deletions

View File

@@ -936,8 +936,8 @@ def get_dialogo_opciones(item, default_action, strm, autoplay):
if default_action == 3:
seleccion = len(opciones) - 1
# Search for trailers on youtube
if item.channel not in ["Trailer", "ecarteleratrailers"]:
# Search for trailers
if item.channel not in ["trailertools"]:
# "Search Trailer"
opciones.append(config.get_localized_string(30162))