mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 23:33:50 +01:00
Removed reference to my testing plugin, oops.
This commit is contained in:
parent
21c9855c4f
commit
697cf3fd65
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue