Overhaul jumping to song in playlist editor to clearly show search order

This commit is contained in:
Andrzej Rybczak
2017-03-12 13:12:14 +01:00
parent 743290cf0a
commit b0121227e9
2 changed files with 45 additions and 57 deletions

View File

@@ -80,8 +80,7 @@ struct PlaylistEditor: Screen<NC::Window *>, Filterable, HasColumns, HasSongs, S
void locatePlaylist(const MPD::Playlist &playlist);
void locateSong(const MPD::Song &s);
void gotoSong(size_t playlist_index, size_t song_index);
NC::Menu<MPD::Playlist> Playlists;
SongMenu Content;