mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 07:23:33 +01:00
use sort_keys to make the data more "predictable"
This commit is contained in:
parent
5e3c65d32e
commit
228ffc91be
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ class ExportPlugin(BeetsPlugin):
|
|||
'ensure_ascii': False,
|
||||
'indent': 4,
|
||||
'separators': (',', ': '),
|
||||
'sort_keys': True
|
||||
}
|
||||
},
|
||||
# TODO: Use something like the edit plugin
|
||||
|
|
|
|||
Loading…
Reference in a new issue