From 6e1443b69b1532d55630d38093454f86f3f82be6 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 22 May 2020 22:39:21 +0200 Subject: [PATCH] Fix Nome serie --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 321934db..d78bb296 100755 --- a/core/support.py +++ b/core/support.py @@ -336,7 +336,7 @@ def scrapeBlock(item, args, block, patron, headers, action, pagination, debug, t infoLabels=infolabels, thumbnail=item.thumbnail if function == 'episodios' or not scraped["thumb"] else scraped["thumb"], args=item.args, - contentSerieName= item.contentSerieName if item.contentSerieName and function == 'peliculas' else title if 'movie' not in [item.contentType, CT] and function == 'episodios' else item.fulltitle, + contentSerieName= item.contentSerieName if item.contentSerieName and function == 'peliculas' else title if 'movie' not in [item.contentType, CT] and function != 'episodios' else item.fulltitle, contentTitle=item.contentTitle if item.contentTitle and function == 'peliculas' else title if 'movie' in [item.contentType, CT] and function == 'peliculas' else '', contentLanguage = lang1, contentEpisodeNumber=episode if episode else '',