Changelog for #810 (fix #320)

This commit is contained in:
Adrian Sampson 2014-06-08 17:27:06 +01:00
parent 3056da2d1d
commit 30c5f4ddf4
2 changed files with 3 additions and 1 deletions

View file

@ -1070,7 +1070,7 @@ def remove_items(lib, query, album, delete):
for item in items:
ui.print_obj(item, lib, fmt)
# Confirm with user
# Confirm with user.
if not ui.input_yn(prompt, True):
return

View file

@ -35,6 +35,8 @@ Little improvements and fixes:
counted as played. Thanks to Johann Klähn.
* :doc:`/plugins/zero`: Prevent accidental nulling of dangerous fields (IDs
and paths). Thanks to brunal.
* The :ref:`remove-cmd` command now shows the paths of files that will be
deleted. Thanks again to brunal.
1.3.6 (May 10, 2014)