diff --git a/src/core/collection/album.rs b/src/core/collection/album.rs index afdf0a9..66c45e6 100644 --- a/src/core/collection/album.rs +++ b/src/core/collection/album.rs @@ -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>(mut self, date: Date) -> Self { self.date = date.into(); self