Description 馃挰
The Trending Shows carousel on the application's landing page (AKA FeaturedSearchScreen) does not include TV Shows.
Reproduction Steps 馃獪
- Go to root
/
- Scroll through Trending Shows carousel
- Notice no TV Shows
Expected Behavior
Should include TV Shows alongside movies.
Additional Context
FeaturedSearchScreen utilizes a useTrendingShows hook, which makes 2 separate API requests. We can possibly combine these requests into a single trending-all request.
Regardless of which requests are made, the Trending Shows carousel should show both TV Shows and Movies.
Description 馃挰
The Trending Shows carousel on the application's landing page (AKA
FeaturedSearchScreen) does not include TV Shows.Reproduction Steps 馃獪
/Expected Behavior
Should include TV Shows alongside movies.
Additional Context
FeaturedSearchScreenutilizes auseTrendingShowshook, which makes 2 separate API requests. We can possibly combine these requests into a singletrending-allrequest.Regardless of which requests are made, the Trending Shows carousel should show both TV Shows and Movies.