Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mbsync: fix updating album with invalid first track MBID
MBID of recording could become invalid after merging. The existing code always copies metadata from first track after updating. But for albums with invalid track MBID that happens to be the first track, MusicBrainz changes won't be applied to whole album, only whose tracks with valid MBID. This is particularly annoying since those changes are actually displayed for every `beet mbsync` run, but never get applied. Fix this issue by finding any track that get MusicBrainz updates, and apply it to whole album.
- Loading branch information