Added a dedicated table for release artists + handle display names in UI/Subsonic API, ref #731
This commit is contained in:
@@ -27,11 +27,13 @@
|
||||
</div>
|
||||
<div class="flex-fill text-center text-truncate">
|
||||
${title class="d-block text-truncate"}
|
||||
${artist class="d-inline text-decoration-none text-truncate link-success"}
|
||||
<span>
|
||||
${artist class="d-inline text-decoration-none text-truncate"}
|
||||
<span class="d-none d-md-inline">
|
||||
${separator}
|
||||
${release class="text-decoration-none text-truncate link-success"}
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="p-2 d-none d-sm-block text-muted text-nowrap">
|
||||
<span id="lms-transcoding-active" title="${tr:Lms.Player.transcoding-active}" class="p-2" style="display:none"><i class="fa fa-fw fa-info-circle" aria-hidden="true"></i></span>
|
||||
|
||||
Reference in New Issue
Block a user