mirror of
https://github.com/beetbox/beets.git
synced 2026-02-17 12:56:05 +01:00
feat(plugin/web): add artist and album to the item entry template
This commit is contained in:
parent
e88aa8a450
commit
992d376d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<!-- Templates. -->
|
||||
<script type="text/template" id="item-entry-template">
|
||||
<%= title %>
|
||||
<%= artist %> – <%= album %> – <%= title %>
|
||||
<span class="playing">▶</span>
|
||||
</script>
|
||||
<script type="text/template" id="item-main-detail-template">
|
||||
|
|
|
|||
Loading…
Reference in a new issue