fix: close search index consistency gaps (orphan cleanup, discovery indexing, poster sync)

This commit is contained in:
2026-05-12 19:05:22 +02:00
parent 3fc7f914af
commit 2fd8734d23
11 changed files with 141 additions and 12 deletions

View File

@@ -7,6 +7,8 @@ pub mod movie_resolver;
pub mod ports;
pub mod queries;
pub mod use_cases;
pub mod movie_discovery_indexer;
pub mod search_cleanup;
pub use movie_discovery_indexer::MovieDiscoveryIndexer;
pub use search_cleanup::SearchCleanupHandler;