feat(plugin/web): add artist and album to the item entry template

This commit is contained in:
Martin Atukunda 2025-04-25 12:53:07 +03:00
parent e88aa8a450
commit 992d376d1b
No known key found for this signature in database
GPG key ID: 77854F599553E486

View file

@ -45,7 +45,7 @@
<!-- Templates. -->
<script type="text/template" id="item-entry-template">
<%= title %>
<%= artist %> &ndash; <%= album %> &ndash; <%= title %>
<span class="playing">&#9654;</span>
</script>
<script type="text/template" id="item-main-detail-template">