mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[fifo] Fix: flush must return the number of pending events
This commit is contained in:
parent
94a55d9fc9
commit
fcbd88c56c
@ -400,7 +400,7 @@ fifo_flush(output_status_cb cb, uint64_t rtptime)
|
||||
fifo_session->status_cb = cb;
|
||||
fifo_session->state = OUTPUT_STATE_CONNECTED;
|
||||
fifo_status(fifo_session);
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user