Add missing notification when scratch queued, lost a couple of commits back
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 28 Nov 2009 11:07:13 +0000 (11:07 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 28 Nov 2009 11:07:13 +0000 (11:07 +0000)
server/play.c

index b66bbbc..aa5b8c7 100644 (file)
@@ -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,