From: Richard Kettlewell Date: Sat, 28 Nov 2009 11:07:13 +0000 (+0000) Subject: Add missing notification when scratch queued, lost a couple of commits back X-Git-Tag: 5.0~34^2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/1ddfe26cfb76aac9286cc62ad1e677ad44659758 Add missing notification when scratch queued, lost a couple of commits back --- diff --git a/server/play.c b/server/play.c index b66bbbc..aa5b8c7 100644 --- a/server/play.c +++ b/server/play.c @@ -718,6 +718,7 @@ void scratch(const char *who, const char *id) { if(next_scratch){ next_scratch->submitter = who; queue_insert_entry(&qhead, next_scratch); + eventlog_raw("queue", queue_marshall(next_scratch), (const char *)0); next_scratch = NULL; } notify_scratch(playing->track, playing->submitter, who,