[outputs] Fix issue where speaker becomes unselected after pause (flush)

This commit is contained in:
ejurgensen
2020-05-30 21:31:27 +02:00
parent 70a84ab9dc
commit 8046f13698
2 changed files with 4 additions and 4 deletions

View File

@@ -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)