mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-15 16:48:22 -04:00
[web] typo prevent handling of LISTENER_SPEAKER events
This commit is contained in:
parent
6dbd90ad7f
commit
b54a963f3a
@ -154,7 +154,7 @@ process_notify_request(short *requested_events, void *in, size_t len)
|
|||||||
{
|
{
|
||||||
*requested_events |= LISTENER_LASTFM;
|
*requested_events |= LISTENER_LASTFM;
|
||||||
}
|
}
|
||||||
else if (0 == strcmp(event_type, "ouputs"))
|
else if (0 == strcmp(event_type, "outputs"))
|
||||||
{
|
{
|
||||||
*requested_events |= LISTENER_SPEAKER;
|
*requested_events |= LISTENER_SPEAKER;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user