domain: add person enrichment fields, event, port

This commit is contained in:
2026-06-11 13:30:19 +02:00
parent 549923b92e
commit 7df24a19ee
15 changed files with 198 additions and 19 deletions

View File

@@ -223,7 +223,7 @@ impl PersonQuery for FakePersonQuery {
}
async fn get_credits(&self, id: &PersonId) -> Result<PersonCredits, DomainError> {
let dummy = Person::new(
let dummy = Person::basic(
id.clone(),
ExternalPersonId::new("tmdb:0"),
"Unknown".into(),