jump from browser to playlist editor with GoToContainingDir key

This commit is contained in:
Frank Blendinger
2010-03-04 15:13:11 +01:00
parent 6b5ed187a1
commit d139f2d8af
4 changed files with 28 additions and 3 deletions

View File

@@ -46,6 +46,8 @@ class PlaylistEditor : public Screen<Window>
virtual void GetSelectedSongs(MPD::SongList &);
virtual void ApplyFilter(const std::string &);
virtual void JumpTo(const std::string &);
virtual List *GetList();