From d1abc2c3e3475419f9f8ad1f188fa92f2d0088cf Mon Sep 17 00:00:00 2001 From: SciLor Date: Mon, 2 Oct 2023 20:22:59 +0000 Subject: [PATCH] updateOnLowerAudioId default FALSE --- src/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.c b/src/settings.c index 5ca32f85..3fb2cca0 100644 --- a/src/settings.c +++ b/src/settings.c @@ -166,7 +166,7 @@ static void option_map_init(uint8_t settingsId) OPTION_BOOL("cloud.cacheContent", &settings->cloud.cacheContent, FALSE, "Cache content", "Cache cloud content on local server") OPTION_BOOL("cloud.markCustomTagByPass", &settings->cloud.markCustomTagByPass, TRUE, "Autodetect custom tags", "Automatically mark custom tags by password") OPTION_BOOL("cloud.prioCustomContent", &settings->cloud.prioCustomContent, TRUE, "Prioritize custom content", "Prioritize custom content over tonies content (force update)") - OPTION_BOOL("cloud.updateOnLowerAudioId", &settings->cloud.updateOnLowerAudioId, TRUE, "Update content on lower audio id", "Update content on a lower audio id") + OPTION_BOOL("cloud.updateOnLowerAudioId", &settings->cloud.updateOnLowerAudioId, FALSE, "Update content on lower audio id", "Update content on a lower audio id") OPTION_TREE_DESC("toniebox", "Toniebox") OPTION_BOOL("toniebox.overrideCloud", &settings->toniebox.overrideCloud, TRUE, "Override cloud settings", "Override tonies cloud settings")