mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23: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:
|
||||
write: yes
|
||||
copy: no
|
||||
move: yes
|
||||
copy: yes
|
||||
move: no
|
||||
resume: ask
|
||||
incremental: yes
|
||||
quiet_fallback: skip
|
||||
|
|
|
|||
Loading…
Reference in a new issue