playlist editor: hold MPD::PlaylistS instead of std::stringS
This commit is contained in:
@@ -82,7 +82,7 @@ struct PlaylistEditor: Screen<NC::Window *>, Filterable, HasColumns, HasSongs, S
|
||||
bool isContentFiltered();
|
||||
ProxySongList contentProxyList();
|
||||
|
||||
NC::Menu<std::string> Playlists;
|
||||
NC::Menu<MPD::Playlist> Playlists;
|
||||
NC::Menu<MPD::Song> Content;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user