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