sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.77k stars 437 forks source link

feat: remove NSFW category image #3847

Closed jordanjones98 closed 5 months ago

jordanjones98 commented 5 months ago

Description

The category image for romance was VERY NSFW so this changes the index from 4 to 5 for that image which is no longer NSFW. I looked to see if the TMDB API included anything to make it non NSFW but it doesn't seem to. This is the best solution for now I think.

Screenshot (if UI-related)

To-Dos

Issues Fixed or Closed

sct commented 5 months ago

This is the 4th index from the popular list. Changing the index may fix it for now but the position could easily change. The proper fix it to go and properly mark the content as adult in TMDB.

jordanjones98 commented 5 months ago

This is the 4th index from the popular list. Changing the index may fix it for now but the position could easily change. The proper fix it to go and properly mark the content as adult in TMDB.

Totally, I am not sure how much I like this change at all, but it does solve the issue. There seems to be a big issue generally with adult content that isn't marked as adult. I am not a pro with TMDB so will look into how to mark those as adult.

jordanjones98 commented 5 months ago

I will close this