Added Lyrics() to README

This commit is contained in:
David Howden 2015-05-24 22:49:06 +10:00
parent 8bdc82eff0
commit 5ed21afced

View File

@ -23,6 +23,7 @@ Parsed metadata is exported via a single interface (giving a consistent API for
Disc() (int, int) // Number, Total
Picture() *Picture // Artwork
Lyrics() string
Raw() map[string]interface{} // NB: raw tag names are not consistent across formats.
}