Do not write all the artists in case no album artist is found. ref #154

This commit is contained in:
emeric
2021-05-19 23:49:55 +02:00
parent 8338e88a26
commit 277df96bed
3 changed files with 32 additions and 19 deletions
+1
View File
@@ -15,6 +15,7 @@
<div class="Lms-header">
<h3><div class="Lms-releasename text-primary">${name}</div></h3>
${<if-has-release-artists>}${artists}${</if-has-release-artists>}
${<if-has-various-release-artists>}<div class="Lms-artistname text-muted">${tr:Lms.Explore.various-artists}</div>${</if-has-various-release-artists>}
<div class="text-muted"><small>${<if-has-year>}${year}${</if-has-year>}${<if-has-orig-year>} (${orig-year})${</if-has-orig-year>}</small></div>
${clusters}
${play-btn class="Lms-explore-btn Lms-btn"}${more-btn class="Lms-explore-btn Lms-btn"}