new feature: go to currently playing song in browser

This commit is contained in:
Andrzej Rybczak
2009-02-27 00:20:45 +01:00
parent 89b53ddfdb
commit aed227ab5f
4 changed files with 40 additions and 25 deletions

View File

@@ -50,6 +50,7 @@ class Browser : public Screen< Menu<MPD::Item> >
const std::string &CurrentDir() { return itsBrowsedDir; }
void LocateSong(const MPD::Song &);
void GetDirectory(std::string, std::string = "/");
void ChangeBrowseMode();
void UpdateItemList();