From 83a3334f1a760ce530202a7c6e237f1d2fe97d61 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Fri, 17 May 2024 13:55:58 +0200 Subject: [PATCH] changed default value --- music_kraken/utils/config/config_files/main_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_kraken/utils/config/config_files/main_config.py b/music_kraken/utils/config/config_files/main_config.py index bae8618..decdf3b 100644 --- a/music_kraken/utils/config/config_files/main_config.py +++ b/music_kraken/utils/config/config_files/main_config.py @@ -19,7 +19,7 @@ config = Config(( You can use Audio formats which support ID3.2 and ID3.1, but you will have cleaner Metadata using ID3.2."""), - Attribute(name="result_history", default_value=False, description="""If enabled, you can go back to the previous results. + Attribute(name="result_history", default_value=True, description="""If enabled, you can go back to the previous results. The consequence is a higher meory consumption, because every result is saved."""), Attribute(name="history_length", default_value=8, description="""You can choose how far back you can go in the result history. The further you choose to be able to go back, the higher the memory usage.