diff --git a/approot/playhistory.xml b/approot/playhistory.xml
index d674445e..6066fc84 100644
--- a/approot/playhistory.xml
+++ b/approot/playhistory.xml
@@ -11,7 +11,17 @@
- ${name} ${}${release-name}${} ${}${artist-name}${}
+
+
+
${name}
+
+
+ ${}${release-name}${}
+
+
+ ${}${artist-name}${}
+
+
diff --git a/approot/playqueue.xml b/approot/playqueue.xml
index 205a14da..7d4b2c64 100644
--- a/approot/playqueue.xml
+++ b/approot/playqueue.xml
@@ -34,7 +34,11 @@
${name}
- ${
}${release-name}
${}
+
+
+ ${}${release-name}${}
+
+
${}${artist-name}${}
diff --git a/docroot/css/lms.css b/docroot/css/lms.css
index 3889aa80..2609b560 100644
--- a/docroot/css/lms.css
+++ b/docroot/css/lms.css
@@ -148,6 +148,14 @@ a:hover {
font-weight: inherit;
}
+.Lms-playhistory-entry {
+ min-height: 32px;
+ margin-bottom: 2px;
+}
+
+.Lms-playhistory-entry:hover {
+ background-color: lightgrey;
+}
.Lms-player {
position: fixed;