Make MBID part of the album identifier to disambiguate MB clashes #240
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user