From ae44b7dae5878a1484243b89d14317d2dab5fdde Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 7 Jun 2004 12:11:57 +0000 Subject: potential bugfixes for handling metadata in player/decoder git-svn-id: https://svn.musicpd.org/mpd/trunk@1369 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 72742e993..1ab3b789a 100644 --- a/src/command.c +++ b/src/command.c @@ -191,7 +191,8 @@ int commandStatus(FILE * fp, unsigned int * permission, int argArrayLength, int updateJobId; int song; - playPlaylistIfPlayerStopped(); + /*syncPlayerAndPlaylist();*/ + playPlaylistIfPlayerStopped(); switch(getPlayerState()) { case PLAYER_STATE_STOP: state = strdup(COMMAND_STOP); -- cgit v1.2.3