From 5ed21afced17f696067765dfb51da4678f9b8c6a Mon Sep 17 00:00:00 2001 From: David Howden Date: Sun, 24 May 2015 22:49:06 +1000 Subject: [PATCH] Added Lyrics() to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 708cd29..bbf0be2 100644 --- a/README.md +++ b/README.md @@ -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. }