diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2009-06-10 18:09:58 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2009-06-10 18:09:58 +0200 |
commit | f6d9be350cfce0bc994eeabe056b21ca803238f3 (patch) | |
tree | 8aafc45a25b0be9a85881ca14b1179852a808d85 /src/browser.h | |
parent | c4976419080e53d27653f8cd7254ba525840d41f (diff) |
new feature: add local directories recursively
Diffstat (limited to 'src/browser.h')
-rw-r--r-- | src/browser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/browser.h b/src/browser.h index cb02f79c..1f938770 100644 --- a/src/browser.h +++ b/src/browser.h @@ -53,13 +53,12 @@ class Browser : public Screen< Menu<MPD::Item> > void LocateSong(const MPD::Song &); void GetDirectory(std::string, std::string = "/"); + void GetLocalDirectory(MPD::ItemList &, const std::string & = "", bool = 0) const; void ClearDirectory(const std::string &) const; void ChangeBrowseMode(); void UpdateItemList(); private: - void GetLocalDirectory(MPD::ItemList &); - static bool hasSupportedExtension(const std::string &); static std::string ItemToString(const MPD::Item &, void *); |