From 08f9d4ef1c96d8b1075260cfcc61cf8e394a3fa1 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Wed, 24 May 2006 06:16:00 +0000 Subject: emms-player-mpd: Fix bug that caused unconditional reloading of the entire MusicPD playlist whenever the track was changed manually. darcs-hash:20060524061655-1bfb2-169e1435160d229391fbeab692180d47458f66c9.gz --- emms-player-mpd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emms-player-mpd.el b/emms-player-mpd.el index aae89dd..220f102 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -879,9 +879,9 @@ from other functions." (interactive) (emms-cancel-timer emms-player-mpd-status-timer) (setq emms-player-mpd-status-timer nil) - (setq emms-player-mpd-playlist-id nil) (setq emms-player-mpd-current-song nil) (unless no-stop + (setq emms-player-mpd-playlist-id nil) (let ((emms-player-stopped-p t)) (emms-player-stopped)))) -- cgit v1.2.3