Deluan 5a90e17693 fix(album): make the cover art id collision-proof against updated_at drops
The additive id (updated_at + cover stamp) could re-emit a previously used
value when updated_at decreases (the newest-mtime track leaves the album) by
the same delta the cover stamp advanced — re-serving a stale client cover.
Mix the timestamps instead, so the id changes whenever either does.
2026-07-18 02:07:07 -04:00
..
2025-07-18 18:41:12 -04:00
2025-07-18 18:41:12 -04:00
2026-02-08 09:57:30 -05:00