Fix event processing with PulseAudio integration

This commit is contained in:
Přemysl Eric Janouch 2022-08-19 23:47:49 +02:00
parent fe017b4daa
commit 8260842aef
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

View File

@ -4280,6 +4280,7 @@ pulse_update (void)
// The read permission is sufficient for this command
mpd_client_send_command (c, "outputs", NULL);
mpd_client_add_task (c, mpd_on_outputs_response, NULL);
mpd_client_idle (c, 0);
}
static void