mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
Print number of tracks on disc to simplify the decision of switching to singleton mode
This commit is contained in:
parent
9d6e25175e
commit
9ed6c671fa
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ class TerminalImportSession(importer.ImportSession):
|
|||
"""
|
||||
# Show what we're tagging.
|
||||
print_()
|
||||
print_(displayable_path(task.paths, u'\n'))
|
||||
print_(displayable_path(task.paths, u'\n') + u' ({0} items)'.format(len(task.items)))
|
||||
|
||||
# Take immediate action if appropriate.
|
||||
action = _summary_judment(task.rec)
|
||||
|
|
|
|||
Loading…
Reference in a new issue