Incorrect data returned by shows call
Hello,
The shows call returns the data for another show:
Example:
https://api.trakt.tv/shows/24?extended=full,images
Returns the data for "Presidio Med (2002)" instead of "24 (2001)" - http://trakt.tv/shows/24
1
vote

This is as designed since the API uses trakt ID as the main identifier.
-
ltfearme commented
Trakt thinks you're using a TrakId = 24 which probably refers to Presidio Med.
Should post this issue on the Google+. The issue is you can't determine if its a slug or id when the slug is a number.