diff options
Diffstat (limited to '')
-rw-r--r-- | src/player_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index 5c187ccd7..3da6e1e54 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -249,7 +249,7 @@ play_chunk(struct song *song, struct music_chunk *chunk, /* the main thread will update the playlist version when he receives this event */ - event_pipe_emit(PIPE_EVENT_PLAYLIST); + event_pipe_emit(PIPE_EVENT_TAG); /* notify all clients that the tag of the current song has changed */ |