Skip to content

Commit

Permalink
[config] Keep "cache_path" option but mark as deprecated
Browse files Browse the repository at this point in the history
So OwnTone will still start if user has previously configured "cache_path"
  • Loading branch information
ejurgensen committed Jun 17, 2024
1 parent 4cbce79 commit 82a0e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conffile.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static cfg_opt_t sec_general[] =
CFG_BOOL("ipv6", cfg_false, CFGF_NONE),
CFG_STR("bind_address", NULL, CFGF_NONE),
CFG_STR("cache_dir", STATEDIR "/cache/" PACKAGE, CFGF_NONE),
CFG_STR("cache_path", NULL, CFGF_DEPRECATED),
CFG_INT("cache_daap_threshold", 1000, CFGF_NONE),
CFG_BOOL("speaker_autoselect", cfg_false, CFGF_NONE),
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
Expand Down

0 comments on commit 82a0e77

Please sign in to comment.