mirror of
https://github.com/beetbox/beets.git
synced 2026-02-21 23:03:26 +01:00
parent
226a90d12a
commit
8bd0633496
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ class AudioToolsBackend(Backend):
|
|||
file formats and compute ReplayGain values using it replaygain module.
|
||||
"""
|
||||
def __init__(self, config, log):
|
||||
super(CommandBackend, self).__init__(config, log)
|
||||
super(AudioToolsBackend, self).__init__(config, log)
|
||||
self._import_audiotools()
|
||||
|
||||
def _import_audiotools(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue