Skip to content

v1.2.0

Compare
Choose a tag to compare
@mrobinsn mrobinsn released this 25 Dec 17:11
· 3 commits to master since this release
2609a8a
  • Adds GetEpisodes(), GetNextEpisode(), and GetEpisode(...) to the Show type (#4)
  • Deprecates:
    • Client.GetEpisodes(...) => use Show.GetEpisodes() instead
    • Client.GetNextEpisode(...) => use Show.GetNextEpisode() instead
    • Client.GetEpisode(...) => use Show.GetEpisode(...) instead

Thanks to @SaintWish for this contribution.