Various changes.
[elisp.git] / media.el
index c94491c..2a32156 100644 (file)
--- a/media.el
+++ b/media.el
@@ -1,4 +1,4 @@
-;; -*-Emacs-Lisp-*-
+;; -*- mode: emacs-lisp -*-
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; This program is free software; you can redistribute it and/or         ;;
@@ -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"