mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-13 21:12:56 -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),
|
||||
/* The library has been modified */
|
||||
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),
|
||||
/* A library update has started or finished */
|
||||
LISTENER_UPDATE = (1 << 7),
|
||||
|
Loading…
x
Reference in New Issue
Block a user