fix display of year tag
This commit is contained in:
parent
6a703a452f
commit
e84102694a
@ -103,7 +103,7 @@ char *flac_format_song_title(char *filename)
|
||||
input->album_name = local__getstr(tag.album);
|
||||
input->track_name = local__getstr(tag.title);
|
||||
input->track_number = local__getnum(tag.track_number);
|
||||
input->year = local__getnum(tag.year_performed);
|
||||
input->year = local__getnum(tag.year_recorded);
|
||||
input->genre = local__getstr(tag.genre);
|
||||
input->comment = local__getstr(tag.comment);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user