support for user defined tag type in left column of media library
This commit is contained in:
@@ -76,7 +76,7 @@ class Song
|
||||
void SetComment(const string &);
|
||||
void SetPosition(int);
|
||||
|
||||
void SetNewName(string name) { itsNewName = name == GetName() ? "" : name; }
|
||||
void SetNewName(const string &name) { itsNewName = name == GetName() ? "" : name; }
|
||||
string GetNewName() const { return itsNewName; }
|
||||
|
||||
void NullMe() { itsSong = 0; }
|
||||
|
||||
Reference in New Issue
Block a user