Added Lyrics output to tag tool
This commit is contained in:
parent
68d82a6107
commit
e5ad564af4
@ -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())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user