Display hidden penalties (artist, ID) in red instead of light grey on track list.

It's a impacting the similarity, so it should probably be a warning
colour for consistency.
This commit is contained in:
Tai Lee 2013-05-25 02:13:37 +10:00
parent 1a4dfa0c07
commit e040ad5b21

View file

@ -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: