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)