mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 20:12:33 +01:00
parent
889ac43581
commit
47deb2f084
1 changed files with 1 additions and 1 deletions
|
|
@ -1326,7 +1326,7 @@ class ReplayGainPlugin(BeetsPlugin):
|
|||
|
||||
if (any([self.should_use_r128(item) for item in album.items()]) and not
|
||||
all(([self.should_use_r128(item) for item in album.items()]))):
|
||||
self._log.info(
|
||||
self._log.error(
|
||||
u"Cannot calculate gain for album {0} (incompatible formats)",
|
||||
album)
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue