You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am accessing the api using the following command: https://private-anon-b55c3ed8bc-trakt.apiary-proxy.com/shows/154574/progress/watched?specials=true&count_specials=false&last_activity=last_activity
The documentation states:
By default, specials will be excluded from the response. Set the specials flag to true to include season 0 and adjust the stats accordingly. If you'd like to include specials, but not adjust the stats, set count_specials to false.
The results of this query show:
aired: 53
completed: 10
The 53 aired includes 41 "specials" that are in season 0. Since count_specials is set to false shouldn't the aired value not include the specials?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am accessing the api using the following command:
https://private-anon-b55c3ed8bc-trakt.apiary-proxy.com/shows/154574/progress/watched?specials=true&count_specials=false&last_activity=last_activity
The documentation states:
The results of this query show:
The 53 aired includes 41 "specials" that are in season 0. Since
count_specials
is set to false shouldn't theaired
value not include the specials?Beta Was this translation helpful? Give feedback.
All reactions