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
We might need a TvSeasonLight object which only contains the information given by the GetTvShow() call. The only information given is: AirDate, Season and PosterPath.
The GetTvSeason() method returns a TvSeason object, which contains all the fields populated (as the API provides the data).
This has been changed, the GetTvShow method return a great deal more that the info mentioned above. All in all I think this issue is outdated and can be closed
We might need a
TvSeasonLight
object which only contains the information given by theGetTvShow()
call. The only information given is:AirDate
,Season
andPosterPath
.The
GetTvSeason()
method returns aTvSeason
object, which contains all the fields populated (as the API provides the data).See #42 for core issue.
The text was updated successfully, but these errors were encountered: