diff --git a/spotify/config.yaml b/spotify/config.yaml index 9004795..c4d2597 100644 --- a/spotify/config.yaml +++ b/spotify/config.yaml @@ -22,4 +22,4 @@ schema: bitrate: list(96|160|320) username: str? password: password? - initial-volume: int? + initial-volume: match(^([0-9]|[1-9][0-9]|100)$)?