The current IGDB adult content detection only checks themes (e.g., IGDB_ADULT_THEME_IDS). Age rating data (PEGI 18, ESRB M/AO) is not yet used.
File: src/server/igdb.ts lines 185–186
Action required:
- Fetch
age_ratings data from the IGDB API when checking for adult content.
- Extend the check to flag content with PEGI 18 or ESRB M/AO ratings.
Requested by @Producdevity — related to PR #375
The current IGDB adult content detection only checks
themes(e.g.,IGDB_ADULT_THEME_IDS). Age rating data (PEGI 18, ESRB M/AO) is not yet used.File:
src/server/igdb.tslines 185–186Action required:
age_ratingsdata from the IGDB API when checking for adult content.Requested by @Producdevity — related to PR #375