rename YEAR tag to DATE tag (as it should've been from the beginning)

This commit is contained in:
Andrzej Rybczak
2012-07-16 00:42:40 +02:00
parent a22e875473
commit 8b2fd356b7
12 changed files with 27 additions and 33 deletions

View File

@@ -49,7 +49,7 @@ namespace
case 'b':
return U("Album");
case 'y':
return U("Year");
return U("Date");
case 'n':
case 'N':
return U("Track");