eogas / evsonic

A ripoff of subsonic in nodejs with express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New config options should be added to existing config.json

eogas opened this issue · comments

Currently, default_config.json writes a new config.json if the file doesn't already exist, however this doesn't handle the situation wherein a config option is added to default_config.json

Ideally, any new defaults should be written to an existing config.json if they are not present.