From 5959e1a2977a728b101b88a7cbb8c6a0a5e6d44a Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Wed, 18 Sep 2019 11:04:48 +0200 Subject: [PATCH] Fix Rinumerazione --- specials/autorenumber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/autorenumber.py b/specials/autorenumber.py index 82803039..c8360d89 100644 --- a/specials/autorenumber.py +++ b/specials/autorenumber.py @@ -300,7 +300,7 @@ def make_list(itemlist, item, typography, dict_series, ID, SEASON, EPISODE, MODE regular = {} complete = {} allep = 1 - ep = 1 + ep = 0 specialep = 0 for episode in EpList: complete[allep] = [str(episode[1]) + 'x' + str(episode[2]), episode[0]]