mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +01:00
inline: fix defaults (dict, not list)
This commit is contained in:
parent
e4d008dec4
commit
cf3860257f
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class InlinePlugin(BeetsPlugin):
|
||||||
super(InlinePlugin, self).__init__()
|
super(InlinePlugin, self).__init__()
|
||||||
|
|
||||||
config.add({
|
config.add({
|
||||||
'pathfields': [],
|
'pathfields': {},
|
||||||
})
|
})
|
||||||
|
|
||||||
# Add field expressions.
|
# Add field expressions.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue