mirror of
https://github.com/beetbox/beets.git
synced 2025-12-19 07:04:51 +01:00
get originalMerge branch 'bs1770gainsupport' of https://github.com/jmwatte/beets into bs1770gainsupport
This commit is contained in:
commit
144a2defc7
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class Bs1770gainBackend(Backend):
|
|||
self.command = cmd
|
||||
except OSError:
|
||||
raise FatalReplayGainError(
|
||||
'Is bs1770gain installed? Is your method in conifg correct?'
|
||||
'Is bs1770gain installed? Is your method in config correct?'
|
||||
)
|
||||
if not self.command:
|
||||
raise FatalReplayGainError(
|
||||
|
|
|
|||
Loading…
Reference in a new issue