summaryrefslogtreecommitdiff
path: root/nopsyncd/qlistener.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nopsyncd/qlistener.lua')
-rwxr-xr-xnopsyncd/qlistener.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nopsyncd/qlistener.lua b/nopsyncd/qlistener.lua
index 753902d..c507358 100755
--- a/nopsyncd/qlistener.lua
+++ b/nopsyncd/qlistener.lua
@@ -36,7 +36,7 @@ function handle_now(timestamp, nowcart, nowlen)
if ret == nil then
io.stderr:write("can't insert music info: " .. err .. "\n")
else
- pipe.signal()
+ pipe.signal(timestamp)
end
end
end