Fix Format and FileType enumerations, and incorrect Format() for OGG.

This commit is contained in:
David Howden
2017-09-14 08:55:56 +10:00
parent 5e368ba94d
commit e24fc33f60
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ func parseComment(c string) (k, v string, err error) {
}
func (m *metadataVorbis) Format() Format {
return FLAC
return VORBIS
}
func (m *metadataVorbis) Raw() map[string]interface{} {