Files
jellyfin/Emby.Server.Implementations/ScheduledTasks
John Corser d55f808423 Move people filtering to database query
Instead of loading all people names and checking each one in memory,
query the database directly for Person items that need refresh:
- Missing primary image OR missing overview
- Not refreshed within the last 30 days

This reduces the operation from N+1 queries (1 for all names + 1 per
person to load) to a single filtered query returning only the IDs that
need work.
2026-06-28 21:44:46 -04:00
..
2025-04-30 09:29:13 +02:00
2025-04-30 09:29:13 +02:00