diff options
author | Michael Olson <mwolson@gnu.org> | 2006-04-02 18:48:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-04-02 18:48:00 +0000 |
commit | 2ae7913992e5a562771194de52b1e92168b51781 (patch) | |
tree | e1312ca41976634cf5a73d2ea1b57ce676c0eb5f | |
parent | 29907737af89a046bd8f8e87ef83e7ccae8687ab (diff) |
emms-player-mpd: Never set emms-player-stopped-p, since this is only to be done when the user explicitly stops the music.
darcs-hash:20060402184833-1bfb2-1ce9edcaafb39aa44a92a0e80c606568c57546ca.gz
-rw-r--r-- | emms-player-mpd.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el index 15f02f5..a2aa884 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -462,7 +462,6 @@ info from MusicPD." (cond ((string= status "stop") (emms-cancel-timer emms-player-mpd-status-timer) (setq emms-player-mpd-status-timer nil) - (setq emms-player-stopped-p t) (emms-player-stopped)) ((string= status "pause") nil) |