fix track description display on single release

This commit is contained in:
ari melody 2026-07-31 02:41:39 +01:00
parent 0a57bc97f1
commit 5c255fb34b
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -83,10 +83,11 @@
{{else if .IsSingle}} {{else if .IsSingle}}
{{index .Tracks 0}} {{with index .Tracks 0}}
{{if .Description}} {{if .Description}}
<p id="description">{{.Description}}</p> <p id="description">{{.Description}}</p>
{{end}} {{end}}
{{end}}
{{end}} {{end}}