From 04c2c6377a01f253d3cc1b1c6a9085a5315e48e9 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Fri, 26 Jul 2024 11:20:15 +0100 Subject: [PATCH] =?UTF-8?q?Increase=20play=20debounce=20time=20500ms=20?= =?UTF-8?q?=E2=86=92=201000ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index 6e175a1..ab5c6dd 100644 --- a/app/config.py +++ b/app/config.py @@ -87,7 +87,7 @@ class Config(object): PREVIEW_BACK_MS = 5000 PREVIEW_END_BUFFER_MS = 1000 REPLACE_FILES_DEFAULT_SOURCE = "/home/kae/music/Singles/tmp" - RETURN_KEY_DEBOUNCE_MS = 500 + RETURN_KEY_DEBOUNCE_MS = 1000 ROOT = os.environ.get("ROOT") or "/home/kae/music" ROWS_FROM_ZERO = True SCROLL_TOP_MARGIN = 3