reset filename to avoid unsafe characters when fixing identification errors

This commit is contained in:
simon 2021-08-25 11:38:02 +07:00
parent cdd1e4072c
commit cf336575b3
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class MovieNameFix:
error = True
if premier_year != file_year:
error = True
emby_name = movie_name_file
if error:
error_dict = {
'old_year': file_year,