• Max Kellermann's avatar
    player_thread: pause when output fails while seeking · 70faf592
    Max Kellermann authored
    When no audio outputs could be opened while seeking, leave MPD seeked
    at that position and pause playback.  The user may continue from this
    point at any time, as soon as the audio outputs are fixed.  The old
    behaviour triggered an assertion failure: the failure wasn't passed
    properly to the do_play() function, which attempted to play audio
    chunks.
    70faf592
player_thread.c 18.6 KB