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 +