mpd: add filename formatter

This commit is contained in:
Mika Braunschweig
2022-07-22 12:09:09 +02:00
parent 7b115913de
commit 11239a4900
2 changed files with 15 additions and 2 deletions

View File

@ -41,6 +41,7 @@ class MPD : public ALabel {
private:
std::string getTag(mpd_tag_type type, unsigned idx = 0) const;
std::string getFilename() const;
void setLabel();
std::string getStateIcon() const;
std::string getOptionIcon(std::string optionName, bool activated) const;