diff options
author | Max Kellermann <max@duempel.org> | 2009-01-21 16:17:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-21 16:17:57 +0100 |
commit | 5541015ac6c0ef686556a303221f3b5250e49e5f (patch) | |
tree | 3199e8f4744808f7ef296236178ece9c524d874a /src/playlist.h | |
parent | 699b31178dd5882fa474946b6ca16d8d0d9daff0 (diff) | |
download | mpd-5541015ac6c0ef686556a303221f3b5250e49e5f.tar.gz mpd-5541015ac6c0ef686556a303221f3b5250e49e5f.tar.xz mpd-5541015ac6c0ef686556a303221f3b5250e49e5f.zip |
command: don't restart player in the "status" command
Don't attempt to restart the player if it was stopped, but there were
still songs left on the playlist. This looks like it has been a
workaround for a bug which has been fixed long time ago.
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playlist.h b/src/playlist.h index 251297c4f..a2531963b 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -149,8 +149,6 @@ int getPlaylistLength(void); unsigned long getPlaylistVersion(void); -void playPlaylistIfPlayerStopped(void); - enum playlist_result seekSongInPlaylist(unsigned song, float seek_time); enum playlist_result seekSongInPlaylistById(unsigned id, float seek_time); |