Innocenty Enikeew 7 anni fa
parent
commit
2a5bf82c17
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      back/server.lisp

+ 1 - 1
back/server.lisp

@@ -166,7 +166,7 @@
 
   ;; Load database
   (when-let (file (probe-file *db-path*))
-    (chad-music.db:load-db file))
+    (setf *db* (load-db file)))
 
   ;; Set up debug file server
   (when serve-files