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
    -
    {{ item.title }}
    +
    {{ item.title }}
    {% if let Some(artist) = item.artist %} -
    {{ artist }}
    +
    {{ artist }}
    {% endif %}