mirror of
https://github.com/beetbox/beets.git
synced 2026-05-16 17:11:49 -04:00
inline: fix defaults (dict, not list)
This commit is contained in:
@@ -59,7 +59,7 @@ class InlinePlugin(BeetsPlugin):
|
||||
super(InlinePlugin, self).__init__()
|
||||
|
||||
config.add({
|
||||
'pathfields': [],
|
||||
'pathfields': {},
|
||||
})
|
||||
|
||||
# Add field expressions.
|
||||
|
||||
Reference in New Issue
Block a user