main: don't call db_init() without database
Useless call.
This commit is contained in:
parent
346e31efa0
commit
2043579f71
@ -163,7 +163,6 @@ glue_db_init_and_load(void)
|
|||||||
if (path != NULL)
|
if (path != NULL)
|
||||||
g_message("Found " CONF_DB_FILE " setting without "
|
g_message("Found " CONF_DB_FILE " setting without "
|
||||||
CONF_MUSIC_DIR " - disabling database");
|
CONF_MUSIC_DIR " - disabling database");
|
||||||
db_init(NULL, NULL);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user