Divinelink / scenepeek-android

ScenePeek is an Android Application that provides information about movies, television shows & persons using the TMDB API.
0 stars 0 forks source link

Detect changes to cached persons #62

Closed Divinelink closed 2 months ago

Divinelink commented 3 months ago

We need to leverage the Person Changes API to detect changes and update the data accordingly.

We currently save the timestamp for each entity saved on the database, therefore it should be easy to make this implementation.

Divinelink commented 2 months ago

Fixed on #69