diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 93995fc84..fde9f0dd0 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -721,7 +721,7 @@ class TerminalImportSession(importer.ImportSession): that's already in the library. """ log.warn("This %s is already in the library!" % - ("album" if task.is_album else "item")) + ("album" if task.is_album else "item")) if config['import']['quiet']: # In quiet mode, don't prompt -- just skip.