diff --git a/static/placeholder.webp b/static/placeholder.webp
new file mode 100644
index 0000000..a9ba049
Binary files /dev/null and b/static/placeholder.webp differ
diff --git a/templates/browser.html b/templates/browser.html
index cef6191..bcfca58 100644
--- a/templates/browser.html
+++ b/templates/browser.html
@@ -58,7 +58,11 @@
>
music_note
-
+
{{ name }}
diff --git a/templates/player.html b/templates/player.html
index 2b4b18a..0e996e0 100644
--- a/templates/player.html
+++ b/templates/player.html
@@ -5,11 +5,10 @@
{% if let Some(song) = song %}
diff --git a/templates/queue.html b/templates/queue.html
index e04ce43..5a08ccf 100644
--- a/templates/queue.html
+++ b/templates/queue.html
@@ -7,9 +7,8 @@