Preserve note when adding track to header
This commit is contained in:
parent
00d3add0d3
commit
11090b57ad
@ -1248,6 +1248,7 @@ class PlaylistTab(QTableWidget):
|
||||
last_playtime = Playdates.last_played(session, track.id)
|
||||
last_played_str = get_relative_date(last_playtime)
|
||||
self.item(row, LASTPLAYED).setText(last_played_str)
|
||||
self.item(row, ROW_NOTES).setText(plr.note)
|
||||
|
||||
self.update_display(session)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user