diff options
Diffstat (limited to 'emms-playing-time.el')
-rw-r--r-- | emms-playing-time.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-playing-time.el b/emms-playing-time.el index 2a5d914..3604ce4 100644 --- a/emms-playing-time.el +++ b/emms-playing-time.el @@ -151,7 +151,7 @@ should enable `emms-playing-time-display-p' first, though." (setq emms-playing-time-string (format emms-playing-time-display-format - (replace-regexp-in-string + (emms-replace-regexp-in-string " " "0" (if (or emms-playing-time-display-short-p ;; unable to get total playing-time |