Skip to content

Commit

Permalink
junklib: add ID3v2.3 TORY frame handling (fixes #3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Jan 13, 2024
1 parent 17d4959 commit 5e9d730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/junklib.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static const char *frame_mapping[] = {
"INVOLVED_PEOPLE_LIST", NULL, "TIPL", NULL, NULL,
"MUSICIAN_CREDITS_LIST", NULL, "TMCL", NULL, NULL,
"ENCODING_TIME", NULL, "TDEN", NULL, NULL,
"ORIGINAL_RELEASE_TIME", NULL, "TDOR", NULL, NULL,
"ORIGINAL_RELEASE_TIME", "TORY", "TDOR", NULL, NULL,
"ORIGINAL_RELEASE_YEAR", NULL, NULL, NULL, "ORIGINALYEAR",
"MOOD", NULL, "TMOO", NULL, NULL,
"PRODUCED_NOTICE", NULL, "TPRO", NULL, NULL,
Expand Down

0 comments on commit 5e9d730

Please sign in to comment.