From 9b3b1c3cc651447964b2058fb9c39830999ae450 Mon Sep 17 00:00:00 2001 From: Alhaziel <46535975+lozioangie@users.noreply.github.com> Date: Sun, 1 Sep 2019 19:43:00 +0200 Subject: [PATCH] Fix Serie HD --- channels/seriehd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/seriehd.py b/channels/seriehd.py index 804d2a83..34e44803 100644 --- a/channels/seriehd.py +++ b/channels/seriehd.py @@ -41,8 +41,8 @@ def mainlist(item): def search(item, texto): support.log(texto) - - # item.contentType = 'tvshow' + + item.contentType = 'tvshow' item.url = findhost() + "/?s=" + texto try: return peliculas(item)