Update config.yaml

according to this issue https://github.com/beetbox/beets/issues/4838

the default of beets should be to copy, rather than move so that the user does not modify their original files unless they have a full understanding of how the application works.

This has generated bugs and issues for the beets project. Which is undesired
This commit is contained in:
simonmcnair 2023-10-12 09:12:27 +01:00 committed by GitHub
parent 0a6a9fdd1d
commit 60d74c74c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,8 @@ paths:
import:
write: yes
copy: no
move: yes
copy: yes
move: no
resume: ask
incremental: yes
quiet_fallback: skip