chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing notification when scratch queued, lost a couple of commits back
[disorder]
/
server
/
play.c
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,