diff options
Diffstat (limited to 'src/event_pipe.h')
-rw-r--r-- | src/event_pipe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/event_pipe.h b/src/event_pipe.h index 707da4611..5966d0674 100644 --- a/src/event_pipe.h +++ b/src/event_pipe.h @@ -36,6 +36,9 @@ enum pipe_event { /** must call syncPlayerAndPlaylist() */ PIPE_EVENT_PLAYLIST, + /** the current song's tag has changed */ + PIPE_EVENT_TAG, + /** SIGHUP received: reload configuration, roll log file */ PIPE_EVENT_RELOAD, |