mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +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
|
||||
'library': 'library.blb',
|
||||
'directory': '~/Music',
|
||||
'path_format': '$artist/$album/$track $title.$extension',
|
||||
'path_format': '$artist/$album/$track $title',
|
||||
|
||||
# bpd
|
||||
'host': '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue