Add support for lyrics.
Not supported in id3v1 and id3v22
This commit is contained in:
@@ -134,3 +134,4 @@ func (m metadataID3v1) AlbumArtist() string { return "" }
|
||||
func (m metadataID3v1) Composer() string { return "" }
|
||||
func (metadataID3v1) Disc() (int, int) { return 0, 0 }
|
||||
func (m metadataID3v1) Picture() *Picture { return nil }
|
||||
func (m metadataID3v1) Lyrics() string { return "" }
|
||||
|
||||
Reference in New Issue
Block a user