You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you've added a lot of movies to the watchlist and favorites list, then you'll need to scroll down to see your most recently added movies. And if you use the app a lot, you probably don't want to see the movies you added to your watchlist years ago.
Instead, you can sort the lists returned from the Movie Database. According to the documentation there's an optional query parameter, sort_by, that will either sort the movies in ascending or descending order, based on when you added them to the list.
Play around with this query parameter and see if you can modify your endpoint for getting the watchlist/favorites list to sort movies in the correct order.
If you've added a lot of movies to the watchlist and favorites list, then you'll need to scroll down to see your most recently added movies. And if you use the app a lot, you probably don't want to see the movies you added to your watchlist years ago.
Instead, you can sort the lists returned from the Movie Database. According to the documentation there's an optional query parameter,
sort_by
, that will either sort the movies in ascending or descending order, based on when you added them to the list.Play around with this query parameter and see if you can modify your endpoint for getting the watchlist/favorites list to sort movies in the correct order.
GET watchlist documentation:
https://developers.themoviedb.org/3/account/get-movie-watchlist
The text was updated successfully, but these errors were encountered: