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
}
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per simonferndriger
el 10 e de 2024 a les 2:10 A.M.
And it's not concerning only 1 or 2 individual movies. About 70% of my favorite movies get the state
false
for favorite...Resposta per simonferndriger
el 23 e de 2024 a les 8:55 A.M.
Anyone?