mirror of
https://github.com/beetbox/beets.git
synced 2025-12-12 03:24:44 +01:00
Merge remote-tracking branch 'origin/master'
Conflicts: beets/importer.py beets/ui/commands.py beetsplug/lyrics.py
This commit is contained in:
commit
d3386df056
1 changed files with 1 additions and 1 deletions
|
|
@ -778,7 +778,7 @@ class TerminalImportSession(importer.ImportSession):
|
|||
that's already in the library.
|
||||
"""
|
||||
log.warn(u"This {0} is already in the library!"
|
||||
.format('album' if task.is_album else 'item'))
|
||||
.format("album" if task.is_album else "item"))
|
||||
|
||||
if config['import']['quiet']:
|
||||
# In quiet mode, don't prompt -- just skip.
|
||||
|
|
|
|||
Loading…
Reference in a new issue