mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 22:22:31 +00:00
ItemKey: Fix wrong Comment
key in AIFF_TEXT_MAP
This commit is contained in:
parent
a50bfe911f
commit
ec20ea7681
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ gen_map!(
|
|||
"NAME" => TrackTitle,
|
||||
"AUTH" => TrackArtist,
|
||||
"(c) " => CopyrightMessage,
|
||||
"COMM" | "AUTH" => Comment
|
||||
"COMM" | "ANNO" => Comment
|
||||
);
|
||||
|
||||
gen_map!(
|
||||
|
|
Loading…
Reference in a new issue