From 941fa4580479f0eb64119bd5efb2aca36e8f3b51 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Thu, 3 Oct 2019 22:04:17 +0200 Subject: [PATCH] Fix Rinumerazione Manuale --- specials/autorenumber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/autorenumber.py b/specials/autorenumber.py index 6e2c47d9..a85f9944 100644 --- a/specials/autorenumber.py +++ b/specials/autorenumber.py @@ -95,7 +95,7 @@ def manual_renumeration(item, modify=False): dict_series[title][TAG_TYPE] = 'manual' jsontools.update_node(dict_series, item.channel, TAG_TVSHOW_RENUMERATE)[0] - if not dict_series[title].has_key(TAG_ID) and not dict_series[title][TAG_ID]: + if not dict_series[title].has_key(TAG_ID) or (dict_series[title].has_key(TAG_ID) and not dict_series[title][TAG_ID]): tvdb.find_and_set_infoLabels(item) # Trova l'ID della serie