playlist editor: hold MPD::PlaylistS instead of std::stringS

This commit is contained in:
Andrzej Rybczak
2014-11-01 23:16:06 +01:00
parent fabd24c6a5
commit 30d57afcac
8 changed files with 57 additions and 46 deletions

View File

@@ -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: