From 25790a784d3db3d60c8f6912e1de8d04ed798ea1 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Thu, 27 Apr 2023 20:38:15 +0200 Subject: [PATCH] Set a couple of `title` and `alt`s --- templates/browser.html | 6 +++--- templates/player.html | 19 ++++++++++++------- templates/queue.html | 11 ++++++++--- 3 files changed, 23 insertions(+), 13 deletions(-) diff --git a/templates/browser.html b/templates/browser.html index 2d01a12..61dffdb 100644 --- a/templates/browser.html +++ b/templates/browser.html @@ -31,7 +31,7 @@ {% match entry %} {% when mpd::Entry::Song with { name, path, artist } %}
  • - music_note + music_note
    @@ -48,12 +48,12 @@ hx-target=".browser" role="link" > - folder + folder
    {{ name }}
  • {% when mpd::Entry::Playlist with { name, path } %}
  • - playlist_play + playlist_play
    {{ name }}
    diff --git a/templates/player.html b/templates/player.html index 9b2d2d5..c778316 100644 --- a/templates/player.html +++ b/templates/player.html @@ -12,16 +12,21 @@ {% if let Some(song) = song %} {% else %} @@ -34,19 +39,19 @@
    skip_previous play_arrow pause skip_next
    diff --git a/templates/queue.html b/templates/queue.html index b330b62..8971b54 100644 --- a/templates/queue.html +++ b/templates/queue.html @@ -13,12 +13,17 @@ {% for item in queue %}
  • - + Album art