X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=media.el;h=79313f24649fee8e33977c1a46582b35b0be3561;hb=c8198d65fb55b4cb98c5354c6a35fc2ee671a5ac;hp=c94491c16695df37998fc77ca156b82437fe7459;hpb=3771096a125c7cff7216ca61ce51b2cda5a7aca1;p=elisp.git diff --git a/media.el b/media.el index c94491c..79313f2 100644 --- a/media.el +++ b/media.el @@ -804,8 +804,7 @@ returns nil if no id3 tags could be found." " " (or title (media/format-url url)) (if time (propertize - (concat " ->" (media/duration-to-string time)) - ;; (concat " [@ " (media/duration-to-string time) "]") + (concat " @" (media/duration-to-string time)) 'face 'media/timestamp-face )) "\n"