Removed the playlist creation message.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 17 May 2019 05:24:18 +0000 (07:24 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 17 May 2019 05:24:18 +0000 (07:24 +0200)
media.el

index 2e60e47..c9d640d 100644 (file)
--- a/media.el
+++ b/media.el
@@ -736,7 +736,8 @@ returns nil if no id3 tags could be found."
             (propertize "\n" 'playlist name)
             )
     (setq media/active-playlist name)
-    (message "Playlist `%s' created" name)))
+    ;; (message "Playlist `%s' created" name)
+    ))
 
 (defun media/playlist-position (name)
   "Returns the position where the given playlist starts."