diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index 7bb2aa39a..2e215938d 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -195,7 +195,7 @@ class Bs1770gainBackend(Backend): # Construct shell command. cmd = [self.command] cmd = cmd + [self.method] - cmd = cmd + [b'-it'] + cmd = cmd + [b'-p'] # Workaround for Windows: the underlying tool fails on paths # with the \\?\ prefix, so we don't use it here. This