Skip to content

Commit 47eee07

Browse files
JOJ0Copilot
andcommitted
duplicates: remove or delete options mutually exclusive
Co-authored-by: Copilot <[email protected]>
1 parent 549847b commit 47eee07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beetsplug/duplicates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def _process_item(
233233
item.store()
234234
if delete:
235235
item.remove(delete=True)
236-
if remove:
236+
elif remove:
237237
item.remove(delete=False)
238238
if tag:
239239
try:

0 commit comments

Comments
 (0)