fix assertion failures in media library / playlist editor with separators enabled
This commit is contained in:
@@ -36,17 +36,17 @@ void Default(NC::Menu<ItemT> &menu) { menu << menu.drawn()->value(); }
|
||||
template <typename A, typename B>
|
||||
void Pair(NC::Menu< std::pair<A, B> > &menu) { menu << menu.drawn()->value().first; }
|
||||
|
||||
void SongsInColumns(NC::Menu<MPD::Song> &menu, HasSongs *screen);
|
||||
void SongsInColumns(NC::Menu<MPD::Song> &menu, const ProxySongList &pl);
|
||||
|
||||
void Songs(NC::Menu<MPD::Song> &menu, HasSongs *screen, const std::string &format);
|
||||
void Songs(NC::Menu<MPD::Song> &menu, const ProxySongList &pl, const std::string &format);
|
||||
|
||||
void Tags(NC::Menu<MPD::MutableSong> &menu);
|
||||
|
||||
void Outputs(NC::Menu<MPD::Output> &menu);
|
||||
|
||||
void SearchEngine(NC::Menu<SEItem> &menu);
|
||||
void SearchEngine(NC::Menu<SEItem> &menu, const ProxySongList &pl);
|
||||
|
||||
void Items(NC::Menu<MPD::Item> &menu);
|
||||
void Items(NC::Menu<MPD::Item> &menu, const ProxySongList &pl);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user