@ -21,7 +21,7 @@ func newMediaElement(p string) *mediaElement {
dir := filepath.Dir(p)
name := filepath.Base(p)
ext := filepath.Ext(name)
name = trimSuffix(name, ext)
name = strings.TrimSuffix(name, ext)
name = strings.ReplaceAll(name, ".", " ")
dash := strings.Index(name, "-")
The note is not visible to the blocked user.