duplicates: remove or delete options mutually exclusive

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J0J0 Todos 2025-07-02 07:10:46 +02:00 committed by J0J0 Todos
parent 549847bfd8
commit 47eee070ba

View file

@ -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: