diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 43f28741e..6473a4b92 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -312,7 +312,7 @@ def show_change(cur_artist, cur_album, match): if item.mb_trackid and item.mb_trackid != track_info.track_id: penalties.append('ID') if penalties: - rhs += ' %s' % ui.colorize('lightgray', + rhs += ' %s' % ui.colorize('red', '(%s)' % ', '.join(penalties)) if lhs != rhs: