Make vlc volume default 100

This commit is contained in:
Keith Edmunds 2026-01-01 17:18:58 +00:00
parent 7d1bb0d3f7
commit ac487a5fa5

View File

@ -132,7 +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 = 80
VLC_VOLUME_DEFAULT = 100
VLC_VOLUME_DROP3db = 70
WARNING_MS_BEFORE_FADE = 5500
WARNING_MS_BEFORE_SILENCE = 5500