summaryrefslogtreecommitdiff
path: root/src/browser.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-06-10 18:09:58 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2009-06-10 18:09:58 +0200
commitf6d9be350cfce0bc994eeabe056b21ca803238f3 (patch)
tree8aafc45a25b0be9a85881ca14b1179852a808d85 /src/browser.h
parentc4976419080e53d27653f8cd7254ba525840d41f (diff)
new feature: add local directories recursively
Diffstat (limited to 'src/browser.h')
-rw-r--r--src/browser.h3
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 *);