improve handling playlist stats (btw several other improvements)

This commit is contained in:
Andrzej Rybczak
2008-12-11 16:12:39 +01:00
parent 563c4530aa
commit cfa8268f2d
6 changed files with 62 additions and 61 deletions

View File

@@ -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),