mirror of
https://github.com/beetbox/beets.git
synced 2026-03-03 03:40:19 +01:00
fix double deletion problem of source files when import_delete is set
This commit is contained in:
parent
379b998a02
commit
cd18d7aca4
1 changed files with 0 additions and 1 deletions
|
|
@ -532,7 +532,6 @@ def apply_choices(lib, copy, write, art, delete, progress):
|
|||
# Only delete files that were actually moved.
|
||||
if old_path not in new_paths:
|
||||
os.remove(library._syspath(old_path))
|
||||
os.remove(library._syspath(old_path))
|
||||
|
||||
# Update progress.
|
||||
if progress:
|
||||
|
|
|
|||
Loading…
Reference in a new issue