diff --git a/beets/ui/commands.py b/beets/ui/commands.py index deffaa0ee..fe442e575 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -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 diff --git a/docs/changelog.rst b/docs/changelog.rst index e3b1cddb3..7da08be36 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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)