Hi, i noticed that i can't filter now_playing movies by genres using "with_genres" query param anymore. It worked well something like few days ago. Has this option was removed from "now_playing"? I checked my API URL and nothing wrong with him. In documentation i saw that "with_genres" param is available in "discover/movie". I checked this and with that 'category' "with_genres" query param works perfectly well
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од Travis Bell
дана 30. октобар 2023. у 7:07 PM
Hi @kristof49,
That was never a supported filter, on anything but discover.
You're best bet is to update your query to a discover query, that way you can use any of the ~30 available filters including
with_genres
.Одговор од kristof49
дана 31. октобар 2023. у 3:30 PM
Okay...That's make me so confused, because i swear the God that this combination (now_playing and with_genres) worked in my project until yesterday...I don't know how that was possible if like u said, that never was supported. But thank you for the answer