mirror of
https://github.com/beetbox/beets.git
synced 2025-12-12 03:24:44 +01:00
Make beet write not show item names for items without changes.
This commit is contained in:
parent
527fb7a335
commit
d36b54cd56
1 changed files with 1 additions and 2 deletions
|
|
@ -1372,8 +1372,7 @@ def write_items(lib, query, pretend):
|
|||
|
||||
# Check for and display changes.
|
||||
changed = ui.show_model_changes(item, clean_item,
|
||||
library.Item._media_fields,
|
||||
always=True)
|
||||
library.Item._media_fields)
|
||||
if changed and not pretend:
|
||||
item.try_write()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue