From 7e7ae7dddf2127f1b2836194967fe3af598e574b Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Thu, 25 Sep 2025 15:07:30 +0100 Subject: [PATCH] Tidy config --- app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config.py b/app/config.py index ca43e78..171add4 100644 --- a/app/config.py +++ b/app/config.py @@ -133,6 +133,7 @@ class Config(object): VLC_MAIN_PLAYER_NAME = "MusicMuster Main Player" VLC_PREVIEW_PLAYER_NAME = "MusicMuster Preview Player" VLC_VOLUME_DEFAULT = 80 + VLC_VOLUME_DROP3db = 70 WARNING_MS_BEFORE_FADE = 5500 WARNING_MS_BEFORE_SILENCE = 5500 WEB_ZOOM_FACTOR = 1.2