From 1ddfe26cfb76aac9286cc62ad1e677ad44659758 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sat, 28 Nov 2009 11:07:13 +0000 Subject: [PATCH] Add missing notification when scratch queued, lost a couple of commits back --- server/play.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.11.0