Added album title to status.
[emus.git] / 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))
       ""))))