summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-03-28 21:31:54 +0000
committerjao <jao@gnu.org>2024-03-28 21:31:54 +0000
commit6a0ad21ed889cb1544d5974f502c36f971b49336 (patch)
tree2b2e8d88848802e8c8683966fba9bd04ae3a4f22
parent2125eba752727e53fd13dc3fed016c5d1e6826b2 (diff)
downloadelibs-6a0ad21ed889cb1544d5974f502c36f971b49336.tar.gz
elibs-6a0ad21ed889cb1544d5974f502c36f971b49336.tar.bz2
mpc nit
-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)