mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 20:12:33 +01:00
removed line 288
This commit is contained in:
parent
0d49c830d8
commit
80c49ab360
1 changed files with 0 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue