Added album title to status.
authorplugd <plugd@thelambdalab.xyz>
Thu, 4 Aug 2022 03:23:51 +0000 (13:23 +1000)
committerplugd <plugd@thelambdalab.xyz>
Thu, 4 Aug 2022 03:23:51 +0000 (13:23 +1000)
emus.el

diff --git a/emus.el b/emus.el
index 2b02cd9..9d17b2a 100644 (file)
--- a/emus.el
+++ b/emus.el
@@ -467,8 +467,9 @@ If PREV is non-nil, plays the last track of the previous album."
             " %s")
     emus-current-volume
     (if emus-current-track
-        (format "- %.30s (%.20s)"
+        (format "- %.30s (%.20s, %.20s)"
                 (emus-track-title emus-current-track)
+                (emus-track-album emus-current-track)
                 (emus-track-artist emus-current-track))
       ""))))