mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
replaygain: Log when files are unsupported
This commit is contained in:
parent
4af96f316d
commit
54445882d8
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ class CommandBackend(Backend):
|
|||
|
||||
supported_items = filter(self.format_supported, album.items())
|
||||
if len(supported_items) != len(album.items()):
|
||||
log.debug('replaygain: tracks are of unsupported format')
|
||||
return AlbumGain(None, [])
|
||||
|
||||
output = self.compute_gain(supported_items, True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue