rewrap and changelog note for #267

This commit is contained in:
Adrian Sampson 2013-05-08 22:31:53 -07:00
parent 9d73c3111a
commit 8d0449c23d
2 changed files with 5 additions and 1 deletions

View file

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

View file

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