mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
rewrap and changelog note for #267
This commit is contained in:
parent
9d73c3111a
commit
8d0449c23d
2 changed files with 5 additions and 1 deletions
|
|
@ -517,7 +517,8 @@ class TerminalImportSession(importer.ImportSession):
|
|||
"""
|
||||
# Show what we're tagging.
|
||||
print_()
|
||||
print_(displayable_path(task.paths, u'\n') + u' ({0} items)'.format(len(task.items)))
|
||||
print_(displayable_path(task.paths, u'\n') +
|
||||
u' ({0} items)'.format(len(task.items)))
|
||||
|
||||
# Take immediate action if appropriate.
|
||||
action = _summary_judment(task.rec)
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ Changelog
|
|||
1.1.1 (in development)
|
||||
----------------------
|
||||
|
||||
* The importer output now shows the number of audio files in each album.
|
||||
Thanks to jayme on GitHub.
|
||||
|
||||
1.1.0 (April 29, 203)
|
||||
---------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue