summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/media/jao-emms-info-track.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/media/jao-emms-info-track.el b/lib/media/jao-emms-info-track.el
index 839ef73..50a7027 100644
--- a/lib/media/jao-emms-info-track.el
+++ b/lib/media/jao-emms-info-track.el
@@ -60,7 +60,7 @@
(car (emms-track-get track 'metadata nil))
(car (split-string (shell-command-to-string "mpc status")
"\n")))))
- (format "♪ %s (%s)" (or title "") (if title (emms-track-type track) name))))
+ (format " %s (%s)" (or title "") (if title (emms-track-type track) name))))
(defsubst jao--put-face (str face)
(put-text-property 0 (length str) 'face face str)
@@ -100,7 +100,7 @@
(playlength (if plen (format "/%02d" (string-to-number plen)) "")))
(if (or (not title) (not album))
(emms-track-simple-description track)
- (format "🎵 %s%s%s%s%s%s%s"
+ (format " %s%s%s%s%s%s%s"
(jao--put-face (if (zerop no) "" (format "%02d%s " no playlength))
'jao-emms-font-lock-track)
(jao--put-face title