improve handling playlist stats (btw several other improvements)
This commit is contained in:
@@ -23,12 +23,7 @@
|
||||
|
||||
extern ncmpcpp_config Config;
|
||||
|
||||
string EMPTY_TAG;
|
||||
|
||||
void DefineEmptyTags()
|
||||
{
|
||||
EMPTY_TAG = "<empty>";
|
||||
}
|
||||
string EMPTY_TAG = "<empty>";
|
||||
|
||||
Song::Song(mpd_Song *s, bool copy_ptr) : itsSong(s),
|
||||
itsSlash(string::npos),
|
||||
|
||||
Reference in New Issue
Block a user