diff --git a/play.py b/play.py index 953d65e..62b4c6b 100644 --- a/play.py +++ b/play.py @@ -499,7 +499,8 @@ def pick_track(): num = f"{i + 1:>2}." if i == selected[0]: - full = f" ▸ {num} {name_display}{meta_str}" + sel_meta = f"{cached} {bpm_col} {time_col} {key_col}" + full = f" ▸ {num} {name_display}{sel_meta}" stdscr.addstr(y, 1, full[:w - 2], curses.A_BOLD | curses.color_pair(1)) else: