fix(domain): typed VOs in MovieEnrichmentRequested and PersonEnrichmentRequested

This commit is contained in:
2026-06-12 01:34:47 +02:00
parent aec5f6b058
commit cedb13d7a8
9 changed files with 24 additions and 15 deletions

View File

@@ -123,7 +123,7 @@ impl EventHandler for PosterSyncHandler {
if already_has_poster {
return Ok(());
}
(movie_id.value(), external_metadata_id.clone())
(movie_id.value(), external_metadata_id.value().to_owned())
}
_ => return Ok(()),
};