diff --git a/templates/browser.html b/templates/browser.html index fefdceb..ad0e1bf 100644 --- a/templates/browser.html +++ b/templates/browser.html @@ -32,7 +32,9 @@ {% when mpd::Entry::Song with { name, path, artist } %}
  • music_note - +
    + +
    {{ name }}
    {{ artist }}
    diff --git a/templates/queue.html b/templates/queue.html index 9d01db2..1e99bd1 100644 --- a/templates/queue.html +++ b/templates/queue.html @@ -4,7 +4,7 @@ {% for item in queue %}
  • - +
    {{ item.title }}