jurialmunkey / skin.arctic.fuse

Other
162 stars 22 forks source link

[BUG] search widget (descover) cast / crew #53

Closed SJ1O closed 1 year ago

SJ1O commented 1 year ago

Skin section

Home Widgets

Current Behavior

Search widget set as (descover) when selecting cast or crew then selecting a actor TV shows always come back with 0 results. However it works fine for movie results

Expected Behavior

TV shows to show results for the selected actor.

Steps To Reproduce

1.Use the search widget.

  1. Select cast or crew.
  2. Select a actor or search a name.
  3. You will get movie results but no TV show results for the actor

Screenshots and Additional Info

No response

Checklist

jurialmunkey commented 1 year ago

Not supported by the discover API for tvshows https://developer.themoviedb.org/reference/discover-tv

Only movies supports with_cast with_crew with_people https://developer.themoviedb.org/reference/discover-movie

SJ1O commented 1 year ago

Not supported by the discover API for tvshows https://developer.themoviedb.org/reference/discover-tv

Only movies supports with_cast with_crew with_people https://developer.themoviedb.org/reference/discover-movie

Ahh yes I see thanks for clearing that up