mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-02 22:07:12 +00:00
Wrong encoder key in APE method
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
dfd1495146
commit
03a3122c36
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ impl AudioTagEdit for ApeTag {
|
|||
get_set_methods!(lyricist, UniCase::new("Lyricist"));
|
||||
get_set_methods!(composer, UniCase::new("Composer"));
|
||||
get_set_methods!(album_title, UniCase::new("Album"));
|
||||
get_set_methods!(encoder, UniCase::new("Encoder"));
|
||||
get_set_methods!(encoder, UniCase::new("EncoderSettings"));
|
||||
|
||||
// Album artists aren't standard?
|
||||
get_set_methods!(album_artist, UniCase::new("AlbumArtist"));
|
||||
|
|
Loading…
Add table
Reference in a new issue