Revert "Add support for lyrics."

This commit is contained in:
David Howden
2015-05-19 08:03:36 +10:00
parent 90c5402ab5
commit c895efbcf8
7 changed files with 1 additions and 77 deletions
-1
View File
@@ -134,4 +134,3 @@ 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 "" }