From b1f74c929b34b0c0a979d5a14cf4b8eb5b6bb857 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Wed, 28 Aug 2019 18:37:53 +0200 Subject: [PATCH] Fix Download --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 5f1f3ac9..30660eb1 100644 --- a/core/support.py +++ b/core/support.py @@ -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 ''