Wrong encoder key in APE method

Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
Serial 2021-07-10 12:50:27 -04:00
parent dfd1495146
commit 03a3122c36

View file

@ -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"));