diff --git a/handle_imported_video.py b/handle_imported_video.py index 4b32680..4494cb6 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -129,7 +129,7 @@ if _ACTION == "join": parts.sort() # print(parts) if len(parts) == 1: - shutil.move(parts[0], export_name) + shutil.move(parts[0], export_name.replace("joining","joined")) try: shutil.move(parts[0].replace("MP4", "THM"), _PROCESSED) except: