Add config option for preferred Spotify bitrate. README update.

This commit is contained in:
ejurgensen
2014-03-29 22:26:46 +01:00
parent 6f577e0d0b
commit 49498800ba
4 changed files with 25 additions and 5 deletions

View File

@@ -105,6 +105,7 @@ static cfg_opt_t sec_spotify[] =
{
CFG_STR("settings_dir", STATEDIR "/cache/" PACKAGE "/libspotify", CFGF_NONE),
CFG_STR("cache_dir", "/tmp", CFGF_NONE),
CFG_INT("bitrate", 0, CFGF_NONE),
CFG_END()
};