mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
[outputs] Fix issue where speaker becomes unselected after pause (flush)
This commit is contained in:
@@ -4752,7 +4752,7 @@ raop_device_flush(struct output_device *device, int callback_id)
|
||||
int ret;
|
||||
|
||||
if (rs->state != RAOP_STATE_STREAMING)
|
||||
return -1;
|
||||
return 0; // No-op, nothing to flush
|
||||
|
||||
ret = raop_send_req_flush(rs, raop_cb_flush, "flush");
|
||||
if (ret < 0)
|
||||
|
||||
Reference in New Issue
Block a user