jedmund-svelte/src/routes/api/albums
Justin Edmund 003e08836e feat(api): add album content support and media management endpoints
- Update album CRUD endpoints to handle content field
- Add /api/albums/[id]/media endpoint for managing album media
- Add /api/media/[id]/albums endpoint for media-album associations
- Create album routes for public album viewing
- Update album queries to use new MediaAlbum join table
- Support filtering and sorting in album listings

Enables rich content albums with flexible media associations.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-24 01:11:30 +01:00
..
[id] feat(api): add album content support and media management endpoints 2025-06-24 01:11:30 +01:00
by-slug/[slug] feat(api): add album content support and media management endpoints 2025-06-24 01:11:30 +01:00
+server.ts feat(api): add album content support and media management endpoints 2025-06-24 01:11:30 +01:00