Add comment metadata (#44)

This commit is contained in:
Jonas L
2018-11-05 07:56:00 +11:00
committed by David Howden
parent c555fff0b7
commit 34f7f1e3c8
9 changed files with 51 additions and 12 deletions
+1
View File
@@ -95,4 +95,5 @@ func printMetadata(m tag.Metadata) {
fmt.Printf(" Picture: %v\n", m.Picture())
fmt.Printf(" Lyrics: %v\n", m.Lyrics())
fmt.Printf(" Comment: %v\n", m.Comment())
}