Set default volumen to 80%

This commit is contained in:
Keith Edmunds 2025-09-25 14:53:30 +01:00
parent fa14fc7c52
commit 25cb444335

View File

@ -132,8 +132,7 @@ class Config(object):
TRACK_TIME_FORMAT = "%H:%M:%S"
VLC_MAIN_PLAYER_NAME = "MusicMuster Main Player"
VLC_PREVIEW_PLAYER_NAME = "MusicMuster Preview Player"
VLC_VOLUME_DEFAULT = 75
VLC_VOLUME_DROP3db = 65
VLC_VOLUME_DEFAULT = 80
WARNING_MS_BEFORE_FADE = 5500
WARNING_MS_BEFORE_SILENCE = 5500
WEB_ZOOM_FACTOR = 1.2