mirror of
https://github.com/myronblair/kino-app
synced 2026-07-27 21:18:43 -05:00
cf8c7890be
- Library Cleanup scan is now a real background job (POST .../start, GET .../status, POST .../stop) instead of one long synchronous request, so a Stop button can actually abandon it instead of just waiting. Frontend confirms before starting (explains it can take a minute+) and polls status while running. - New shared AlbumArt component: shows real art when available, otherwise a branded "Streamhoard" placeholder instead of a bare icon in an empty box. Used in the Music grid, album detail header, and the player bar — swaps to real art automatically once enrichment/a manual edit sets it.