I'm using https://api.themoviedb.org/3/movie/18/account_states?api_key=###&language=de to get the states, it works well for other movies like 603 and 19959, but for some movies like 18 it gets the favorite state for my personal account "cyman" wrong (false instead of true). I'm just a bit confused how this can happen?
{
"id": 18,
"favorite": false,
"rated": false,
"watchlist": false
}
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de simonferndriger
le 10 août 2024 à 02h10
And it's not concerning only 1 or 2 individual movies. About 70% of my favorite movies get the state
false
for favorite...Réponse de simonferndriger
le 23 août 2024 à 08h55
Anyone?