Merge branch 'dob-log' into 'main'
Add some logs when encountering a DateTimeOrTextProperty See merge request kernald/immich-tools!26
This commit is contained in:
commit
998bfce68f
1 changed files with 3 additions and 1 deletions
|
@ -76,7 +76,9 @@ pub async fn sync_date_of_birth(ctx: Context, vcard_file: &PathBuf) -> Result<()
|
|||
);
|
||||
}
|
||||
}
|
||||
DateTimeOrTextProperty::Text(_) => todo!(),
|
||||
DateTimeOrTextProperty::Text(prop) => {
|
||||
todo!("{}: DateTimeOrTextProperty({})", formatted_name, prop)
|
||||
}
|
||||
},
|
||||
None => debug!("No Immich match for {}", formatted_name),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue