Handle JumpToPlayingSong action in playlist editor

This commit is contained in:
Hugh Wang
2017-01-10 19:38:28 +08:00
committed by Andrzej Rybczak
parent 4ad10fb4c2
commit 0cdbe31ecb
5 changed files with 104 additions and 2 deletions

View File

@@ -79,6 +79,8 @@ struct PlaylistEditor: Screen<NC::Window *>, Filterable, HasColumns, HasSongs, S
void requestContentsUpdate() { m_content_update_requested = true; }
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;