diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index ce41cad57..378e9466e 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -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):