Fix default bcat_backend init

This commit is contained in:
Kelebek1 2021-03-02 03:20:16 +00:00
parent ac8b1445ff
commit c7a7e47615
2 changed files with 3 additions and 3 deletions

View file

@ -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);
}