rename YEAR tag to DATE tag (as it should've been from the beginning)
This commit is contained in:
@@ -290,11 +290,6 @@ void MPD::Song::SetDate(const std::string &str, unsigned pos)
|
||||
SetTag(MPD_TAG_DATE, pos, str);
|
||||
}
|
||||
|
||||
void MPD::Song::SetDate(unsigned year, unsigned pos)
|
||||
{
|
||||
SetTag(MPD_TAG_DATE, pos, IntoStr(year));
|
||||
}
|
||||
|
||||
void MPD::Song::SetGenre(const std::string &str, unsigned pos)
|
||||
{
|
||||
SetTag(MPD_TAG_GENRE, pos, str);
|
||||
|
||||
Reference in New Issue
Block a user