media library: fix gathering of selected songs
This commit is contained in:
1
NEWS
1
NEWS
@@ -1,4 +1,5 @@
|
||||
ncmpcpp-0.7.1 (????-??-??)
|
||||
* Selected songs in media library can now be added to playlists.
|
||||
|
||||
ncmpcpp-0.7 (2015-11-22)
|
||||
* Playlist sorting dialog now contains 'Album artist' option.
|
||||
|
||||
@@ -702,7 +702,7 @@ std::vector<MPD::Song> MediaLibrary::getSelectedSongs()
|
||||
}
|
||||
}
|
||||
else if (isActiveWindow(Songs))
|
||||
Songs.getSelectedSongs();
|
||||
result = Songs.getSelectedSongs();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user