From 697cf3fd65f02bf2686ebe3bd13776de877c1292 Mon Sep 17 00:00:00 2001 From: Rowan Lewis Date: Thu, 12 Sep 2013 20:22:18 +1000 Subject: [PATCH] Removed reference to my testing plugin, oops. --- beetsplug/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/convert.py b/beetsplug/convert.py index e9112406e..274ca6ba1 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -49,7 +49,7 @@ def _destination(lib, dest_dir, item, keep_new, path_formats): def encode(source, dest): log.info(u'Started encoding {0}'.format(util.displayable_path(source))) - command = config['transport']['command'].get(unicode).split(u' ') + command = config['convert']['command'].get(unicode).split(u' ') opts = [] for arg in command: