mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Add Id3v2Tag::genre
This commit is contained in:
parent
555a28d5b2
commit
2273e4608f
1 changed files with 1 additions and 1 deletions
|
@ -97,12 +97,12 @@ pub struct Id3v2Tag {
|
|||
frames: Vec<Frame>,
|
||||
}
|
||||
|
||||
// TODO: Genre
|
||||
impl_accessor!(
|
||||
title, "TIT2";
|
||||
artist, "TPE1";
|
||||
album, "TALB";
|
||||
album_artist, "TPE2";
|
||||
genre, "TCON";
|
||||
);
|
||||
|
||||
impl Default for Id3v2Tag {
|
||||
|
|
Loading…
Reference in a new issue