mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-15 08:45:02 -05:00
[listener] New event type for spotify status changes
This commit is contained in:
parent
f449204ea2
commit
7bf6aec3a6
@ -22,6 +22,8 @@ enum listener_event_type
|
|||||||
LISTENER_UPDATE = (1 << 7),
|
LISTENER_UPDATE = (1 << 7),
|
||||||
/* A pairing request has started or finished */
|
/* A pairing request has started or finished */
|
||||||
LISTENER_PAIRING = (1 << 8),
|
LISTENER_PAIRING = (1 << 8),
|
||||||
|
/* Spotify status changes (login, logout) */
|
||||||
|
LISTENER_SPOTIFY = (1 << 9),
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef void (*notify)(enum listener_event_type type);
|
typedef void (*notify)(enum listener_event_type type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user