mirror of
https://github.com/myronblair/kino-app
synced 2026-07-27 21:18:43 -05:00
9af505b45c
Was a single synchronous request with no visibility into progress — large libraries gave no indication whether it was working or just slow. Now runs as a background job (matching the existing music-enrich pattern) with GET /api/tmdb/enrich-all/status polled every 2s; Settings shows "Enriching... N/total" while running and a summary once done.