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