rename YEAR tag to DATE tag (as it should've been from the beginning)
This commit is contained in:
@@ -57,7 +57,7 @@ std::string IntoStr(mpd_tag_type tag) // this is only for left column's title in
|
||||
case MPD_TAG_GENRE:
|
||||
return "Genre";
|
||||
case MPD_TAG_DATE:
|
||||
return "Year";
|
||||
return "Date";
|
||||
case MPD_TAG_COMPOSER:
|
||||
return "Composer";
|
||||
case MPD_TAG_PERFORMER:
|
||||
|
||||
Reference in New Issue
Block a user