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 -4
View File
@@ -87,12 +87,9 @@ type Metadata interface {
// Disc returns the disc number and total discs, or zero values if unavailable.
Disc() (int, int)
// Picture returns a picture, or nil if not available.
// Picture returns a picture, or nil if not avilable.
Picture() *Picture
// Lyrics returns the lyrics, or an empty string if unavailable.
Lyrics() string
// Raw returns the raw mapping of retrieved tag names and associated values.
// NB: tag/atom names are not standardised between formats.
Raw() map[string]interface{}