mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-20 04:24:20 -04:00
[listener] fix typo in comment for stored playlists
This commit is contained in:
parent
ecfea82234
commit
da2e998c8d
@ -16,7 +16,7 @@ enum listener_event_type
|
|||||||
LISTENER_OPTIONS = (1 << 4),
|
LISTENER_OPTIONS = (1 << 4),
|
||||||
/* The library has been modified */
|
/* The library has been modified */
|
||||||
LISTENER_DATABASE = (1 << 5),
|
LISTENER_DATABASE = (1 << 5),
|
||||||
/* A stored playlist has ben modified (create, delete, add, rename) */
|
/* A stored playlist has been modified (create, delete, add, rename) */
|
||||||
LISTENER_STORED_PLAYLIST = (1 << 6),
|
LISTENER_STORED_PLAYLIST = (1 << 6),
|
||||||
/* A library update has started or finished */
|
/* A library update has started or finished */
|
||||||
LISTENER_UPDATE = (1 << 7),
|
LISTENER_UPDATE = (1 << 7),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user