From 104ae93aec511162916f74cd4c30b3c304d6da99 Mon Sep 17 00:00:00 2001 Message-Id: <104ae93aec511162916f74cd4c30b3c304d6da99.1714991154.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 1 Oct 2007 10:44:51 +0100 Subject: [PATCH] volume is right from startup Organization: Straylight/Edgeware From: Richard Kettlewell --- server/disorderd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/disorderd.c b/server/disorderd.c index 3cb56d0..125a005 100644 --- a/server/disorderd.c +++ b/server/disorderd.c @@ -289,7 +289,7 @@ int main(int argc, char **argv) { /* periodically tidy up the database */ dbgc_after(60); /* periodically check the volume */ - volumecheck_after(60); + volumecheck_again(0, 0, 0); /* set initial state */ add_random_track(); play(ev); -- [mdw]