diff options
-rw-r--r-- | emms-player-mpd.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |