Added Lyrics output to tag tool

This commit is contained in:
David Howden 2015-05-19 22:10:04 +10:00
parent 68d82a6107
commit e5ad564af4

View File

@ -75,4 +75,5 @@ func printMetadata(m tag.Metadata) {
fmt.Printf(" Disc: %v of %v\n", disc, discCount)
fmt.Printf(" Picture: %v\n", m.Picture())
fmt.Printf(" Lyrics: %v\n", m.Lyrics())
}