From 5541015ac6c0ef686556a303221f3b5250e49e5f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Jan 2009 16:17:57 +0100 Subject: 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. --- src/command.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 1c4cb4ee0..529f3ac1d 100644 --- a/src/command.c +++ b/src/command.c @@ -451,7 +451,6 @@ handle_status(struct client *client, int updateJobId; int song; - playPlaylistIfPlayerStopped(); switch (getPlayerState()) { case PLAYER_STATE_STOP: state = "stop"; -- cgit v1.2.3