From dde0f85e78755fa50902f29a4bca6d29ae345867 Mon Sep 17 00:00:00 2001 From: Robin Seger Date: Mon, 13 Oct 2025 13:50:56 +0200 Subject: feat: configurable max volume (#723) * feat: configurable max volume - Add maxVolume config option to ServiceConfig - Add maxValue property to FilledSlider component - Update OSD sliders to respect maxVolume setting - Update example config in README * fix: remove redundant maxValue prop --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1daa22a..d8be30a 100644 --- a/README.md +++ b/README.md @@ -546,6 +546,7 @@ default, you must create it manually. }, "services": { "audioIncrement": 0.1, + "maxVolume": 1.0, "defaultPlayer": "Spotify", "gpuType": "", "playerAliases": [{ "from": "com.github.th_ch.youtube_music", "to": "YT Music" }], -- cgit v1.2.3-freya