Fix default bcat_backend init
This commit is contained in:
parent
ac8b1445ff
commit
c7a7e47615
2 changed files with 3 additions and 3 deletions
|
@ -457,7 +457,7 @@ void Config::ReadValues() {
|
|||
Settings::values.yuzu_token = sdl2_config->Get("WebService", "yuzu_token", "");
|
||||
|
||||
// Services
|
||||
Settings::values.bcat_backend = sdl2_config->Get("Services", "bcat_backend", "null");
|
||||
Settings::values.bcat_backend = sdl2_config->Get("Services", "bcat_backend", "none");
|
||||
Settings::values.bcat_boxcat_local =
|
||||
sdl2_config->GetBoolean("Services", "bcat_boxcat_local", false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue