Commit 2043579f authored by Max Kellermann's avatar Max Kellermann

main: don't call db_init() without database

Useless call.
parent 346e31ef
......@@ -163,7 +163,6 @@ glue_db_init_and_load(void)
if (path != NULL)
g_message("Found " CONF_DB_FILE " setting without "
CONF_MUSIC_DIR " - disabling database");
db_init(NULL, NULL);
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment