mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 20:12:33 +01:00
duplicates: remove or delete options mutually exclusive
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
549847bfd8
commit
47eee070ba
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class DuplicatesPlugin(BeetsPlugin):
|
|||
item.store()
|
||||
if delete:
|
||||
item.remove(delete=True)
|
||||
if remove:
|
||||
elif remove:
|
||||
item.remove(delete=False)
|
||||
if tag:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue