If you use the /search/... the poster and backdrop pathes are wrong. Since yesterday or maybe today the Server Response with a starting backslash for exmaple: "poster_path":"\/igqnNOR5W47L91N54ihppONFMdK.jpg". If you use /movie/... It show the right path. Yes its not a problem for me and the other users to clear the backslash, but i think its not the sense of the api to response wrong data.
Ne najdete filma ali serije? Prijavite se, da ga/jo ustvarite.
Want to rate or add this item to a list?
Not a member?
Travis Bell je odgovoril
dne november 12, 2015 ob 9:59 AM
We're in the process of changing some of the app behind the scenes. The old JSON encoder didn't escape forward slashes and the new one does. Escaping forward slashes is valid JSON and your JSON decoder should handle this transparently.
What JSON library are you using?