mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 21:03:00 -05:00
[listener] New event type for spotify status changes
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user