
Hi,
I'm using the tvmaze API for a telegram bot which notifies you when a new episode is airing.
I store the last episode ID notified and use it to check it to avoid duplicate notifications, as it could be confusing with airstamps if multiple episodes were airing at the same time.
This works fine almost always but today I've seen that some episodes as this one: https://www.tvmaze.com/episodes/1616161/modern-family-10x20-cant-elope has a lower ID than the one from last week: https://www.tvmaze.com/episodes/1623417/modern-family-10x19-yes-woman (1616161 < 1623417)
Shouldn't IDs be incremental for episodes?
Thank you,