mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-29 07:21:33 -07:00
ee15dbb572
- Refetch the Library list after relinking a title's AniList entry so the grid picks up the new cover, not just the detail view - Serve cover responses with an ETag and revalidate instead of caching for a day/week, so stale art can't be served from the browser cache - Add stats-server and AnimeTab coverage for the 304 revalidation path and the post-relink refetch - Document the relink/cover-refresh behavior in the AniList integration guide
490 B
490 B
type: fixed area: stats
- Relinking a title to a different AniList entry now updates its cover in the stats Library grid too. The detail view picked up the new art immediately while the grid kept the previous entry's image, so several unrelated titles could end up sharing one wrong cover. The library list is refetched after a relink, and cover responses now carry an ETag and revalidate instead of being cached for a day, so a stale image can no longer be served from the browser cache.