X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/7b73a310fc76e120e9ea569ceb665da7363831d8..104ae93aec511162916f74cd4c30b3c304d6da99:/server/disorderd.c?ds=inline 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);