removed line 288

This commit is contained in:
jean-marie winters 2015-03-03 11:04:03 +01:00
parent 0d49c830d8
commit 80c49ab360

View file

@ -286,7 +286,6 @@ class CommandBackend(Backend):
else:
# Disable clipping warning.
cmd = cmd + ['-c']
cmd = cmd + ['-a' if is_album else '-r']
cmd = cmd + ['-d', bytes(self.gain_offset)]
cmd = cmd + [syspath(i.path) for i in items]