MaxHasADHD / TraktKit

Swift wrapper for Trakt.tv API.
MIT License
112 stars 37 forks source link

Fix getPeopleInEpisode #57

Open envoza opened 2 years ago

envoza commented 2 years ago

Calls to getPeopleInEpisode failed due to "episode_count" not being present for single episodes. In TVCastMember and TVCrewMember episodeCount needed to be optional to parse successfully.

The unit test for getPeopleInEpisode reported success, but was actually failing and did not check the returned values as there was no check for the result itself being invalid.