Fix Download

This commit is contained in:
Alhaziel
2019-08-28 18:37:53 +02:00
parent 0b59c879a9
commit b1f74c929b

View File

@@ -260,7 +260,7 @@ def scrapeBlock(item, args, block, patron, headers, action, pagination, debug, t
infoLabels=infolabels,
thumbnail=item.thumbnail if function == 'episodios' else scraped["thumb"] ,
args=item.args,
contentSerieName=title if item.contentType != 'movie' else '',
contentSerieName=item.fulltitle if item.contentType != 'movie' else '',
contentTitle=title if item.contentType == 'movie' else '',
contentLanguage=lang,
ep=episode if episode else ''