mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 09:04:33 +01:00
Show only changed and writable values with the write command
This commit is contained in:
parent
6bd6618c14
commit
002d360039
1 changed files with 1 additions and 1 deletions
|
|
@ -1230,7 +1230,7 @@ def write_items(lib, query, pretend):
|
||||||
|
|
||||||
# Check for and display changes.
|
# Check for and display changes.
|
||||||
changed = ui.show_model_changes(item, clean_item,
|
changed = ui.show_model_changes(item, clean_item,
|
||||||
library.ITEM_KEYS_META, always=True)
|
library.ITEM_KEYS_WRITABLE, always=True)
|
||||||
if changed and not pretend:
|
if changed and not pretend:
|
||||||
try:
|
try:
|
||||||
item.write()
|
item.write()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue