You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Persist Item.source_url so the details-page Source chip survives fallback
- stored_metadata_fallback() had no source_url, so
_build_detail_link_sections() silently dropped the whole Source
section whenever the details page fell back to stored Item metadata
(e.g. a live provider fetch fails).
- IGDB, Hardcover, ComicVine, and MangaUpdates embed a provider-generated
slug in source_url that can't be rebuilt from media_id alone, so persist
it on Item (synced via apply_item_metadata on every live fetch) instead
of a per-source URL-rebuilding helper.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments