Make MBID part of the album identifier to disambiguate MB clashes #240

Merged
wojtek merged 4 commits from 231---differentiate-release-groups-with-same-title-but-different-type-clash into main 2025-01-02 19:53:39 +01:00
Showing only changes of commit e320beda6d - Show all commits

View File

@ -201,11 +201,6 @@ impl AlbumMeta {
}
}
pub fn with_db_id(mut self, db_id: AlbumDbId) -> Self {
self.id.db_id = db_id;
self
}
pub fn with_date<Date: Into<AlbumDate>>(mut self, date: Date) -> Self {
self.date = date.into();
self