chiark / gitweb /
volume is right from startup
[disorder] / server / disorderd.c
index 3cb56d09d7c1637c7e8349718ac0208ea8c4c8f1..125a005b35c1d52d3784e01aa90faade9c418ded 100644 (file)
@@ -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);