Fixed ReleaseView when displaying a release with no artist

This commit is contained in:
emeric
2018-03-25 22:53:59 +02:00
parent b03622f677
commit 7eb250fdff
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
${cover}
<div class="page-header">
<h2>${name}</h2>
<h4>${artist-name}</h4>
${<if-has-artist>}<h4>${artist-name}</h4>${</if-has-artist>}
<h4>${<if-has-year>}${year}${</if-has-year>}${<if-has-orig-year>} (${orig-year})${</if-has-orig-year>}</h4>
${clusters}
${play-btn}${add-btn}