inline: fix defaults (dict, not list)

This commit is contained in:
Adrian Sampson 2012-12-31 15:54:26 -08:00
parent e4d008dec4
commit cf3860257f

View file

@ -59,7 +59,7 @@ class InlinePlugin(BeetsPlugin):
super(InlinePlugin, self).__init__()
config.add({
'pathfields': [],
'pathfields': {},
})
# Add field expressions.