The Lambda Lab
/
projects
/
emus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c667c2
)
Added album title to status.
author
plugd
<plugd@thelambdalab.xyz>
Thu, 4 Aug 2022 03:23:51 +0000
(13:23 +1000)
committer
plugd
<plugd@thelambdalab.xyz>
Thu, 4 Aug 2022 03:23:51 +0000
(13:23 +1000)
emus.el
patch
|
blob
|
history
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))
""))))