Fixed ReleasesView when displaying a release with no artist

This commit is contained in:
emeric
2018-03-25 22:47:53 +02:00
parent 145244102b
commit b03622f677
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
</div>
<div class="media-body">
<h4 class="media-heading">${release-name}</h4>
${artist-name}
${<if-has-artist>}${artist-name}${</if-has-artist>}
</div>
${play-btn}${add-btn}
</div>