fix track description display on single release
This commit is contained in:
parent
0a57bc97f1
commit
5c255fb34b
1 changed files with 2 additions and 1 deletions
|
|
@ -83,10 +83,11 @@
|
|||
|
||||
{{else if .IsSingle}}
|
||||
|
||||
{{index .Tracks 0}}
|
||||
{{with index .Tracks 0}}
|
||||
{{if .Description}}
|
||||
<p id="description">{{.Description}}</p>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
{{end}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue