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
Support Kitsu thumbnail input parsing (57df2c9)
Update Kitsu input parsing to handle legacy proxy thumbnail URLs. parseKitsuInputParts now accepts an optional isThumbnail flag and returns season=null with episode pulled from the shorter parts array when appropriate. app/[type]/[id]/route.ts passes imageType==='thumbnail' to the parser. Also bump package version to 0.4.95 and include updated tsconfig.tsbuildinfo. Full Changelog: v0.4.94...v0.4.95