From: Francois Fleuret Date: Tue, 10 Mar 2015 13:57:28 +0000 (+0100) Subject: Reset media/current-information also when stopping. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=9e7dbe0d36e69899dd945c7ba7f7b9e5b677c675 Reset media/current-information also when stopping. --- diff --git a/media.el b/media.el index b83bbef..d10e96f 100644 --- a/media.el +++ b/media.el @@ -822,6 +822,7 @@ returns nil if no id3 tags could be found." (defun media/stop () (interactive) (message "Stop") + (setq media/current-information nil) (media/api/stop)) (defun media/queue-song-at-point ()