mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix display of year tag
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user