X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f2620548144b356661614eba36c9de12ef31395c..443c003c99eadf48468e1b20b664005a0b633c31:/disobedience/log.c diff --git a/disobedience/log.c b/disobedience/log.c index f1c4f79..71d2af0 100644 --- a/disobedience/log.c +++ b/disobedience/log.c @@ -115,6 +115,7 @@ static void log_moved(void attribute((unused)) *v, static void log_playing(void attribute((unused)) *v, const char attribute((unused)) *track, const char attribute((unused)) *user) { + event_raise("playing-started", 0); } /** @brief Called when a track is added to the queue */