Typo, forgotten debug string and a missing comment
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ func (m metadataID3v2) Disc() (int, int) {
|
||||
func (m metadataID3v2) Lyrics() string {
|
||||
t, ok := m.frames[frames.Name("lyrics", m.Format())]
|
||||
if !ok {
|
||||
return "toto"
|
||||
return ""
|
||||
}
|
||||
return t.(*Comm).Text
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user