Browse Source

Added missing EpisodeType property to TvEpisodeBase (#516)

Co-authored-by: chrispr <chris@chrispr.org>
pull/520/head
Duck, Scrooge Duck 9 months ago
committed by GitHub
parent
commit
e511e49082
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      TMDbLib/Objects/TvShows/TvEpisodeBase.cs

4
TMDbLib/Objects/TvShows/TvEpisodeBase.cs

@ -31,5 +31,9 @@ namespace TMDbLib.Objects.TvShows
[JsonProperty("runtime")]
public int? Runtime { get; set; }
[JsonProperty("episode_type")]
public string EpisodeType { get; set; }
}
}
Loading…
Cancel
Save