mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
moving when re-importing reassociates albums before renaming
This commit is contained in:
parent
2c56fd22f2
commit
2e066b83a8
1 changed files with 1 additions and 0 deletions
|
|
@ -543,6 +543,7 @@ def apply_choices(config):
|
|||
# Clear IDs in case the items are being re-tagged.
|
||||
for item in items:
|
||||
item.id = None
|
||||
item.album_id = None
|
||||
|
||||
# Change metadata.
|
||||
if task.should_write_tags():
|
||||
|
|
|
|||
Loading…
Reference in a new issue