X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/4942ee7d61bf22ba38bf026c7d05028cb7db0d54..bb33cc31764d50019c03815719ee442b6016c90e:/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 */