mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +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__()
|
||||
|
||||
config.add({
|
||||
'pathfields': [],
|
||||
'pathfields': {},
|
||||
})
|
||||
|
||||
# Add field expressions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue