-
When accessing https://api.trakt.tv/shows/updates/start_date do updates to a show's progress trigger inclusion n this call? Specifically, if a new episode for a show airs does this trigger inclusion? |
Beta Was this translation helpful? Give feedback.
Answered by
rectifyer
Feb 19, 2024
Replies: 1 comment
-
No, it requires the show metadata to be updated. Presumably you're already caching the show and episode data and would be able to use that already in your app. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rectifyer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it requires the show metadata to be updated. Presumably you're already caching the show and episode data and would be able to use that already in your app.