vnrecode: duplicates check for more than two files

This commit is contained in:
OleSTEEP 2024-10-19 02:20:58 +03:00
parent df20bd3636
commit 407ab98000
2 changed files with 15 additions and 11 deletions

View file

@ -192,6 +192,6 @@ class Compress:
case "unknown":
out_file = self.unknown(source, output)
self.__utils.out_rename(out_file, source.name)
self.__utils.out_rename(out_file, source)
self.__printer.bar.update()
self.__printer.bar.next()