From 92d35599175f215a1c23a32d3065a77e51ee61d3 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 3 Oct 2020 11:03:12 +0200 Subject: [PATCH] Fix Trailers da Youtube --- specials/trailertools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/trailertools.py b/specials/trailertools.py index ce8b253f..cb23706b 100644 --- a/specials/trailertools.py +++ b/specials/trailertools.py @@ -187,7 +187,7 @@ def youtube_search(item): title = "%s" else: title = "%s" - itemlist.append(item.clone(title=title % config.get_localized_string(70510), action="manual_search", thumbnail=thumb(search), extra="youtube")) + itemlist.append(item.clone(title=title % config.get_localized_string(70510), action="manual_search", thumbnail=thumb('search'), extra="youtube")) return itemlist