0.3.19
- Reorder anime fallback logic & bump version (f3edb4b)
Rework fallback flow in app/[type]/[id]/route.ts to try Kitsu-based fallback first (via fetchKitsuIdFromReverseMapping + fetchKitsuFallbackAsset) before falling back to the native direct asset. Adds flags (usedNoTmdbFallback / usedTmdbFailFallback) to track whether a fallback was applied and only throw a 404 if no fallback succeeded. Also updates related parameter usage for the fallback calls and simplifies the control flow. Bump app version to 0.3.19 and update HomePage currentVersion to match.
Full Changelog: v0.3.18...v0.3.19