Add support for lyrics.

Not supported in id3v1 and id3v22
This commit is contained in:
Xavier Henner
2015-05-19 22:06:16 +10:00
committed by David Howden
parent 3c6f62d3e8
commit 0f62dc116a
7 changed files with 77 additions and 1 deletions
+1
View File
@@ -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 "" }