mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 06:53:27 +01:00
parent
3056da2d1d
commit
30c5f4ddf4
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue