diff options
author | Max Kellermann <max@duempel.org> | 2009-10-17 21:38:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-17 21:38:45 +0200 |
commit | 8d217567c6494c42bf849ea27f66e14e20788857 (patch) | |
tree | 9a713e10747993e409092c714684b03a12b0ab84 /doc/mpdconf.example | |
parent | a17d814381ec5e0c17d1e48e46d692e2d9be2afc (diff) | |
download | mpd-8d217567c6494c42bf849ea27f66e14e20788857.tar.gz mpd-8d217567c6494c42bf849ea27f66e14e20788857.tar.xz mpd-8d217567c6494c42bf849ea27f66e14e20788857.zip |
replay_gain: added setting "replaygain off"
There was no setting for disabling replay gain. It was off when the
"replaygain" setting was not there.
Diffstat (limited to '')
-rw-r--r-- | doc/mpdconf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 320c3b758..3b9e460b1 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -299,8 +299,8 @@ input { # Normalization automatic volume adjustments ################################## # # This setting specifies the type of ReplayGain to use. This setting can have -# the argument "album" or "track". See <http://www.replaygain.org> for more -# details. This setting is disabled by default. +# the argument "off", "album" or "track". See <http://www.replaygain.org> +# for more details. This setting is off by default. # #replaygain "album" # |