media library: add support for sorting by mtime
This commit is contained in:
committed by
Andrzej Rybczak
parent
add40d542d
commit
b487f10f10
@@ -82,8 +82,9 @@ struct Song
|
||||
|
||||
static const char FormatEscapeCharacter = 1;
|
||||
|
||||
const char *getTag(mpd_tag_type type, unsigned idx = 0) const;
|
||||
|
||||
private:
|
||||
const char *getTag(mpd_tag_type type, unsigned idx) const;
|
||||
std::string ParseFormat(std::string::const_iterator &it, const std::string &tags_separator,
|
||||
const std::string &escape_chars) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user