mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
Fix a bug where track number could be half red and half yellow.
This commit is contained in:
parent
c99280ea95
commit
891efaeee1
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ def show_change(cur_artist, cur_album, match):
|
|||
lhs_track, rhs_track = ui.colorize(color, cur_track), \
|
||||
ui.colorize(color, new_track)
|
||||
else:
|
||||
color = 'red'
|
||||
lhs_track, rhs_track = ui.color_diff_suffix(cur_track,
|
||||
new_track)
|
||||
templ = ui.colorize(color, u' (#') + u'{0}' + \
|
||||
|
|
|
|||
Loading…
Reference in a new issue