Make DAAP cache use and location configurable

This commit is contained in:
ejurgensen
2014-08-20 23:09:23 +02:00
parent f3a19fce8e
commit 39b9c4fc33
3 changed files with 19 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ static cfg_opt_t sec_general[] =
CFG_INT("db_pragma_synchronous", -1, CFGF_NONE),
CFG_INT_CB("loglevel", E_LOG, CFGF_NONE, &cb_loglevel),
CFG_BOOL("ipv6", cfg_false, CFGF_NONE),
CFG_STR("daapcache_path", NULL, CFGF_NONE),
CFG_END()
};