sct / overseerr

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

[Feature Request] Add A24 to Discover Studios Section #3890

Closed demrich closed 1 month ago

demrich commented 2 months ago

Description

It would be really nice to have A24 displayed in the Discover Studios selection

Desired Behavior

When browsing studios in discover, have a selection for studio A24 titles

Additional Context

No response

Code of Conduct

MilanJa commented 1 month ago

add

  {
    name: 'A24',
    image:
      'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/1ZXsGaFPgrgS6ZZGS37AqD5uU12.png',
    url: '/discover/movies/studio/41077',
  },

to https://github.com/sct/overseerr/blob/14cf43de26e44d5ef082806c2b97a88ce4bd6c84/src/components/Discover/StudioSlider/index.tsx#L16

and make a PR

demrich commented 1 month ago

@MilanJa Okay, I've created the PR