mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 20:12:33 +01:00
replaygain: fix backend instanciation
This commit is contained in:
parent
974155f2bc
commit
422a7f6063
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ class ReplayGainPlugin(BeetsPlugin):
|
|||
|
||||
try:
|
||||
self.backend_instance = self.backends[backend_name](
|
||||
self.config
|
||||
self.config, self._log
|
||||
)
|
||||
except (ReplayGainError, FatalReplayGainError) as e:
|
||||
raise ui.UserError(
|
||||
|
|
|
|||
Loading…
Reference in a new issue