mirror of
https://github.com/beetbox/beets.git
synced 2026-05-16 13:41:01 -04:00
Previously, the original_date year/month/day override was applied in
merge_with_album after building the merged dict. Move this logic into
a cached_property on AlbumInfo so album-level metadata also reflects
the original release date. Fixes 🐛`6577`.