From fac578f631712e2a8b448093fef5fa688d009ca2 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Mon, 18 Dec 2017 09:16:19 -0500 Subject: [PATCH] Update animeid.py --- plugin.video.alfa/channels/animeid.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.video.alfa/channels/animeid.py b/plugin.video.alfa/channels/animeid.py index b7a52c8d..520d8c3c 100755 --- a/plugin.video.alfa/channels/animeid.py +++ b/plugin.video.alfa/channels/animeid.py @@ -134,8 +134,7 @@ def novedades_episodios(item): contentTitle = scrapedtitle.replace('#' + episodio, '') itemlist.append(Item(channel=item.channel, action="findvideos", title=scrapedtitle, url=scrapedurl, - thumbnail=scrapedthumbnail, plot=scrapedplot, - hasContentDetails=True, contentSeason=1, contentTitle=contentTitle)) + thumbnail=scrapedthumbnail, plot=scrapedplot, contentSeason=1, contentTitle=contentTitle)) return itemlist