potential bugfixes for handling metadata in player/decoder
git-svn-id: https://svn.musicpd.org/mpd/trunk@1369 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user