From 2e17d9eba339ac16ca452d5e90f87aff8f905392 Mon Sep 17 00:00:00 2001 From: eladyn Date: Mon, 24 Feb 2025 22:10:18 +0100 Subject: [PATCH] docs: change initial_volume to int in example config --- contrib/spotifyd.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/spotifyd.conf b/contrib/spotifyd.conf index 4a7e6987..ac037e0e 100644 --- a/contrib/spotifyd.conf +++ b/contrib/spotifyd.conf @@ -92,8 +92,7 @@ #bitrate = 160 # Volume on startup between 0 and 100 -# NOTE: This variable's type will change in v0.5, to a number (instead of string) -#initial_volume = "90" +#initial_volume = 90 # If set to true, enables volume normalisation between songs. #volume_normalisation = true