1. 28 Oct, 2008 7 commits
  2. 27 Oct, 2008 2 commits
  3. 26 Oct, 2008 22 commits
  4. 25 Oct, 2008 7 commits
  5. 24 Oct, 2008 2 commits
    • 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
    • Max Kellermann's avatar
      remove unused sources · 18c6ebb0
      Max Kellermann authored
      These are results from failed merges which I didn't notice.
      18c6ebb0