mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
Forgot to actually call the function
This commit is contained in:
parent
365fa4347e
commit
4ee39ed9da
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class ConvertPlugin(BeetsPlugin):
|
|||
def configure(self, config):
|
||||
conf['dest'] = ui.config_val(config, 'convert', 'dest', None)
|
||||
conf['threads'] = ui.config_val(config, 'convert', 'threads',
|
||||
_cpu_count)
|
||||
_cpu_count())
|
||||
conf['flac'] = ui.config_val(config, 'convert', 'flac', 'flac')
|
||||
conf['lame'] = ui.config_val(config, 'convert', 'lame', 'lame')
|
||||
conf['opts'] = ui.config_val(config, 'convert',
|
||||
|
|
|
|||
Loading…
Reference in a new issue