From acb4243a3ab93e106a8437f701a4f34ff5dfecd5 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Mon, 28 Oct 2019 19:07:12 +0100 Subject: [PATCH] Fix per il Check autorinumerazione --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 7e8aeceb..dd20d3af 100644 --- a/core/support.py +++ b/core/support.py @@ -426,7 +426,7 @@ def scrape(func): if anime: if function == 'episodios' or item.action == 'episodios': autorenumber.renumber(itemlist, item, 'bold') else: autorenumber.renumber(itemlist) - if anime and autorenumber.check(item) == False: + if anime and autorenumber.check(item) == False and not scrapertoolsV2.find_single_match(itemlist[0].title, r'(\d+.\d+)'): pass else: if addVideolibrary and (item.infoLabels["title"] or item.fulltitle):