From 67919542873d36dd0dcee045323e006c2e536062 Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:45:39 +0200 Subject: [PATCH] Cinemalibero ricerca: identificazione tipo da tmdb --- channels/cinemalibero.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/cinemalibero.py b/channels/cinemalibero.py index 30a54d34..924e9807 100644 --- a/channels/cinemalibero.py +++ b/channels/cinemalibero.py @@ -77,8 +77,8 @@ def peliculas(item): item.title += support.typo(item.lang2, '_ [] color kod') if item.args == 'update': item.title = item.title.replace('-', ' ') - if item.args == 'search': - item.contentType = 'tvshow' if 'serie-' in item.url else 'movie' + # if item.args == 'search': + # item.contentType = 'tvshow' if 'serie-' in item.url else 'movie' return item