moving when re-importing reassociates albums before renaming

This commit is contained in:
Adrian Sampson 2011-08-04 16:27:40 -07:00
parent 2c56fd22f2
commit 2e066b83a8

View file

@ -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():