From afd99db33f69ca1c110740dda5ece1301cf1e58c Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 20 Dec 2021 19:15:24 +0100 Subject: [PATCH] Fix dooplay_search --- core/support.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 8a391ddd..1a9cc512 100755 --- a/core/support.py +++ b/core/support.py @@ -727,6 +727,7 @@ def dooplay_search(item, blacklist=""): def dooplay_search_vars(item, blacklist): + actLike = 'peliculas' if item.contentType == 'undefined': # ricerca globale type = '(?Pmovies|tvshows)' typeActionDict = {'findvideos': ['movies'], 'episodios': ['tvshows']} @@ -1624,4 +1625,5 @@ def check_trakt(itemlist): if config.get_setting('trakt_sync'): from core import trakt_tools trakt_tools.trakt_check(itemlist) - return itemlist \ No newline at end of file + return itemlist +