mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 09:04:33 +01:00
fixed default file pattern (implicit extension)
This commit is contained in:
parent
4280760191
commit
2af63ed803
1 changed files with 1 additions and 1 deletions
2
bts
2
bts
|
|
@ -30,7 +30,7 @@ CONFIG_DEFAULTS = {
|
||||||
# beets
|
# beets
|
||||||
'library': 'library.blb',
|
'library': 'library.blb',
|
||||||
'directory': '~/Music',
|
'directory': '~/Music',
|
||||||
'path_format': '$artist/$album/$track $title.$extension',
|
'path_format': '$artist/$album/$track $title',
|
||||||
|
|
||||||
# bpd
|
# bpd
|
||||||
'host': '',
|
'host': '',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue