Skip to content

Commit

Permalink
Update music_assistant/common/models/config_entries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Nov 1, 2023
1 parent f0e00e9 commit f4d2738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion music_assistant/common/models/config_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ class CoreConfig(Config):
range=(-30, 0),
default_value=-17,
label="Target level for volume normalization",
description="Adjust average (perceived) loudness to this target level, " "default is -17 LUFS" "WARNING: Setting levels higher than this may result in clipping",
description="Adjust average (perceived) loudness to this target level, "
"default is -17 LUFS \n\n WARNING: Setting levels higher than this may result in clipping",
depends_on=CONF_VOLUME_NORMALIZATION,
advanced=True,
)
Expand Down

0 comments on commit f4d2738

Please sign in to comment.