I'd just like to know whether the hashed string of a movie's poster-path is changed over some period of time, or does it always stay the same? I'd like to store the poster-path string locally to save on API requests, but I wouldn't want the image to break if the poster-path is no longer valid. Thanks!
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 16 de agosto de 2013 a las 10:30
Hi noahamar,
The
poster_path
field itself is only unique to the highest rated poster. If a different poster gets more highly rated it will replace the old value with the new value.The URL data that makes up the complete path found in the configuration method can change. It has twice in 5 years.
Contestado por noahamar
el 16 de agosto de 2013 a las 20:55
Great, thanks!