a2da433cdc
The /api/v1/media endpoint was loading ALL media items from the database with no pagination, causing timeouts with large libraries (1800+ items per source). Now supports: - ?limit=N (default 50) - ?offset=N (default 0) - ?downloaded=true (filter to only downloaded media) - Ordered by uploaded_at desc