mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-14 19:31:55 -04:00
[mpd] minor cleanup
This commit is contained in:
parent
9165cfc5da
commit
9f1568349b
@ -5074,9 +5074,6 @@ mpd_notify_idle_client(struct mpd_client_ctx *client_ctx, short events)
|
||||
return 1;
|
||||
}
|
||||
|
||||
// in case mpd_add_idle_events has added any events
|
||||
events |= client_ctx->events;
|
||||
|
||||
if (!(client_ctx->idle_events & events))
|
||||
{
|
||||
DPRINTF(E_DBG, L_MPD, "Client not listening for events: %d\n", events);
|
||||
|
Loading…
x
Reference in New Issue
Block a user