@@ -222,14 +222,6 @@ func (m metadataMP4) Disc() (int, int) {
return x, 0
}
func (m metadataMP4) Lyrics() string {
t, ok := m["\xa9lyr"]
if !ok {
return ""
return t.(string)
func (m metadataMP4) Picture() *Picture {
v, ok := m["covr"]
The note is not visible to the blocked user.