• Max Kellermann's avatar
    output_all: don't resume playback when stopping during pause · 40851b7c
    Max Kellermann authored
    When MPD was paused, and the client sent the "stop" command (or
    "clear"), a glitch caused MPD to continue playback for a split second.
    This was because audio_output_all_cancel() calls
    audio_output_all_update(), which reopens all output devices, and
    re-ignites the playback loop.
    40851b7c
output_all.c 10.1 KB