media library: add support for sorting by mtime
This commit is contained in:
committed by
Andrzej Rybczak
parent
add40d542d
commit
b487f10f10
@@ -89,7 +89,7 @@ private:
|
||||
};
|
||||
|
||||
void replaceTag(mpd_tag_type tag_type, std::string &&orig_value,
|
||||
const std::string &value, unsigned idx);
|
||||
const std::string &value, unsigned idx);
|
||||
|
||||
template <typename F>
|
||||
std::string getTag(mpd_tag_type tag_type, F orig_value, unsigned idx) const {
|
||||
|
||||
Reference in New Issue
Block a user