Playlist UI Tweaks: revert to prior behavior of showing the current track as a copy/share/steal source

This commit is contained in:
Ben Loftis 2021-07-20 13:09:41 -05:00
parent bac8904971
commit 3b3473c6eb
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ PlaylistSelector::redisplay()
TreePath this_path;
//make a heading for each other track, if needed
if (tr != this_track && _mode != plSelect) {
if (_mode != plSelect) {
row = *(model->prepend());
row[columns.text] = nodename;
boost::shared_ptr<Playlist> proxy = row[columns.playlist];