From 2103d0b053a3ced3d3450ab22a418ff47988e90e Mon Sep 17 00:00:00 2001 From: Lev Date: Mon, 12 Dec 2022 16:20:49 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=83=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BF=D1=83=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0b57708..7ada4f9 100644 --- a/main.py +++ b/main.py @@ -343,7 +343,7 @@ if __name__ == '__main__': if album.version is not None: album.title = f'{album.title} ({track.album.version})' - save_path = prepare_track_path(args.path_pattern, args.strict_path, track) + save_path = args.dir / prepare_track_path(args.path_pattern, args.strict_path, track) if args.skip_existing and save_path.is_file(): continue