diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-19 23:47:49 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-19 23:48:33 +0200 |
commit | 8260842aef3938b626f34038a80923384366894a (patch) | |
tree | 85281e98951ce7a3bff869f00330846f654678df | |
parent | fe017b4daa3f319639b4e0cfd455679c1f935219 (diff) | |
download | nncmpp-8260842aef3938b626f34038a80923384366894a.tar.gz nncmpp-8260842aef3938b626f34038a80923384366894a.tar.xz nncmpp-8260842aef3938b626f34038a80923384366894a.zip |
Fix event processing with PulseAudio integration
-rw-r--r-- | nncmpp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |