diff options
Diffstat (limited to 'src/browser.h')
-rw-r--r-- | src/browser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/browser.h b/src/browser.h index 91fbfd1e..1da91caf 100644 --- a/src/browser.h +++ b/src/browser.h @@ -42,9 +42,10 @@ class Browser : public Screen< Menu<MPD::Item> > virtual bool allowsSelection() { return true; } virtual void ReverseSelection(); - virtual bool Deselect() { return w->Deselect(); } virtual void GetSelectedSongs(MPD::SongList &); + virtual List *GetList() { return w; } + const std::string &CurrentDir() { return itsBrowsedDir; } void GetDirectory(std::string, std::string = "/"); |