From cf3860257fa50cedcdedf36fe54e07ea5cbe697b Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 31 Dec 2012 15:54:26 -0800 Subject: [PATCH] inline: fix defaults (dict, not list) --- beetsplug/inline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/inline.py b/beetsplug/inline.py index 5ac746651..5a64184ba 100644 --- a/beetsplug/inline.py +++ b/beetsplug/inline.py @@ -59,7 +59,7 @@ class InlinePlugin(BeetsPlugin): super(InlinePlugin, self).__init__() config.add({ - 'pathfields': [], + 'pathfields': {}, }) # Add field expressions.