chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a422c
)
Add missing notification when scratch queued, lost a couple of commits back
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sat, 28 Nov 2009 11:07:13 +0000
(11:07 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sat, 28 Nov 2009 11:07:13 +0000
(11:07 +0000)
server/play.c
patch
|
blob
|
blame
|
history
diff --git
a/server/play.c
b/server/play.c
index b66bbbc366af672ea2914cad9f6c2c282adcb75a..aa5b8c7270eaa4e52c4114efc5e48a89ab7d22e7 100644
(file)
--- 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,