X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/f2620548144b356661614eba36c9de12ef31395c..85f0650b8304e3a1cd34eec40a272cda02371ff5:/disobedience/log.c?ds=inline 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 */