This commit is contained in:
parent
64531b717e
commit
e2b10ffdea
@ -22,7 +22,7 @@ func newMetadataVorbis() *metadataVorbis {
|
||||
}
|
||||
|
||||
type metadataVorbis struct {
|
||||
c map[string]string // the vorbis commentsq
|
||||
c map[string]string // the vorbis comments
|
||||
p *Picture
|
||||
}
|
||||
|
||||
@ -159,7 +159,6 @@ func parseComment(c string) (k, v string, err error) {
|
||||
err = errors.New("vorbis comment must contain '='")
|
||||
return
|
||||
}
|
||||
|
||||
k = kv[0]
|
||||
v = kv[1]
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user