diff options
Diffstat (limited to 'src/command.c')
-rw-r--r-- | src/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |