Next.js scaffold
Jellyfin sharer is now wired for App Router, Tailwind, and route-based server rendering.
This scaffold keeps the legacy worker in place while moving the new implementation to typed server helpers, dynamic share routes, and API handlers that match the old URL shape.
Initial structure
- `src/app/share/[type]/[slug]/page.tsx`
- `src/app/api/media-info/[type]/[slug]/route.ts`
- `src/app/api/media-info/[type]/[slug]/[season]/route.ts`
- `src/lib/tmdb.ts`
- `src/components/season-browser.tsx`