Handle JumpToPlayingSong action in playlist editor
This commit is contained in:
committed by
Andrzej Rybczak
parent
4ad10fb4c2
commit
0cdbe31ecb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user