mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 16:34:31 +01:00
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:
parent
0a6a9fdd1d
commit
60d74c74c8
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ paths:
|
||||||
|
|
||||||
import:
|
import:
|
||||||
write: yes
|
write: yes
|
||||||
copy: no
|
copy: yes
|
||||||
move: yes
|
move: no
|
||||||
resume: ask
|
resume: ask
|
||||||
incremental: yes
|
incremental: yes
|
||||||
quiet_fallback: skip
|
quiet_fallback: skip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue