diff --git a/src/web-remote/views/components/mediaitem-square.ejs b/src/web-remote/views/components/mediaitem-square.ejs
index b58a5271..546eb2b2 100644
--- a/src/web-remote/views/components/mediaitem-square.ejs
+++ b/src/web-remote/views/components/mediaitem-square.ejs
@@ -14,9 +14,13 @@
:type="item.type">
+ @click="contextMenu" :aria-label="$root.getLz('term.more')">
+ <%- include("../svg/more.svg") %>
+
+ @click="app.playMediaItem(item)" :aria-label="$root.getLz('term.play')">
+ <%- include("../svg/play.svg") %>
+
{{ item.attributes.name }}
-
+
{{ getSubtitle() }}