Fix Autorenumber e scrapers

This commit is contained in:
Alhaziel01
2020-11-16 12:40:00 +01:00
parent 71215dcba2
commit 952a862d8c
7 changed files with 15 additions and 16 deletions

View File

@@ -129,7 +129,8 @@ def update_title(item):
scraper_return = scraper.find_and_set_infoLabels(item)
if not scraper_return: # If the user has canceled, we restore the data to the initial situation and leave
item = new_item.clone()
return
# item = new_item.clone()
else:
# If the user has changed the data in "Complete Information" you must see the final title in TMDB
if not item.infoLabels['tmdb_id']: