Merge pull request #1469 from whatdoineed2do/websocket-notif-typo

[web] typo prevent handling of LISTENER_SPEAKER events
This commit is contained in:
Christian Meffert 2022-05-08 07:17:19 +02:00 committed by GitHub
commit 4f831c4da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ process_notify_request(short *requested_events, void *in, size_t len)
{
*requested_events |= LISTENER_LASTFM;
}
else if (0 == strcmp(event_type, "ouputs"))
else if (0 == strcmp(event_type, "outputs"))
{
*requested_events |= LISTENER_SPEAKER;
}