v1.0.9-beta.042 - feat(discover): add manga visibility filters to discover sync
- Introduces new Manga Discovery Filters in Admin Settings to control manga visibility on the Discover page (Popular Issues & New Releases).
- Adds support for three filtering modes: SHOW_ALL, HIDE_ALL, and ALLOWED_ONLY (with a customizable whitelist for specific publishers).
- Updates the DISCOVER_SYNC job in src/lib/queue.ts to intercept and filter manga during the background sync.
- Implements a bulk-fetch workaround to query ComicVine's /volumes/ endpoint, resolving an API quirk where the /issues/ endpoint omits publisher and concept tags.
- Reorders the Settings UI to prioritize Manga Discovery Filters above standard Content Filtering for better flow.
Addresses #107