From 2205c7e68e8b9281aef2f4bf1134c613a9004778 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Sep 2024 21:18:47 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: