summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/media/jao-mpc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/media/jao-mpc.el b/lib/media/jao-mpc.el
index de737a3..0f000da 100644
--- a/lib/media/jao-mpc.el
+++ b/lib/media/jao-mpc.el
@@ -100,7 +100,7 @@
(no (string-to-number (alist-get 'songpos current "0")))
(tims (concat " [" (jao-mpc--current-timestr times current) "]")))
(format "%s%s %s%s%s%s" ;; 
- (jao--put-face (if (zerop no) "" (format "%02d/%s " no len))
+ (jao--put-face (if (zerop no) "" (format "%d/%s " no len))
'jao-themes-f02)
(jao--put-face (or title "") 'jao-themes-f00)
(jao--put-face (or artist "") 'jao-themes-f01)