• Max Kellermann's avatar
    player: don't clear command before do_play() returns · ee499cb4
    Max Kellermann authored
    This bug caused the audio output devices to stay open, although MPD
    wasn't playing: quitDecode() resetted player_control.command, assuming
    that the command was STOP.  This way, player_task() didn't see the
    CLOSE_AUDIO command, and the device was kept open.
    
    Don't clear player_control.command in quitDecode().
    ee499cb4
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...