summaryrefslogtreecommitdiff
path: root/nopsyncd/qlistener.lua
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-03-21 16:09:14 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-03-21 16:09:14 (GMT)
commit473634799142c6cc9f7c78778add94958f5293d2 (patch)
treebe9d7906caebf3bd5532d71784f9f65bc013e7b2 /nopsyncd/qlistener.lua
parent46348e1cd2782a701134b030be7452910ba2c46e (diff)
nopsyncd first full version
- only timestamps through tcp connection - info can be fetched from mysql playlog
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