Add some logs when encountering a DateTimeOrTextProperty #28
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),
|
None => debug!("No Immich match for {}", formatted_name),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue