On some TVShows there is a different "number_of_episodes
" in the TVShow facts, if the Information is requested by "/tv/{id}".
On these TVShows the number of episodes is mostly one less than the "count" of all episodes of all seasons.
For example there a these TVShows i found: Heroes Reborn: https://www.themoviedb.org/tv/60858-heroes-reborn 1 Season with 1 Episode but in the API-Request there are 0 Episodes for the "number_of_episodes".
Gotham: https://www.themoviedb.org/tv/60708-gotham 1 Season with 22 Episodes but in the API-Request there are 21 Episodes for the "number_of_episodes".
I know the difference between requesting the "number_of_episodes" via the "/tv/{id}" call and calculate the number of Episodes via call the "/tv/{id}/season/{season_number}" and count the "episodes" array.
But at the end, there have to be the same result or not?
Can someone explain me whats wrong or whats my problem here?
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-יוני 22, 2015 ב-12:43אחרי חצות יום
Hi CaptainBarnius,
I've re-synced the counts and found the reason they could get out of sync which I've also fixed. It should be good from here on in. You'll see the updated counts as soon as the items purge from cache (usually within 6 hours).
Cheers.
תגובה מאת CaptainBarnius
ב-יוני 23, 2015 ב-2:52לפני חצות יום
Hello Travis,
thank you for fixing the counts of episodes. Now the number is correct!
Great work you, and all other doing here on themoviedb!