Remove unused code
Some checks failed
Cargo CI / Build and Test (pull_request) Failing after 2m2s
Cargo CI / Lint (pull_request) Successful in 1m8s

This commit is contained in:
Wojciech Kozlowski 2025-01-02 19:23:12 +01:00
parent 59acff0b53
commit e320beda6d

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