Skip to content

Commit

Permalink
Added missing EpisodeType property to TvEpisodeBase (#516)
Browse files Browse the repository at this point in the history
Co-authored-by: chrispr <chris@chrispr.org>
  • Loading branch information
MisterMcDuck and chrisprt authored Oct 29, 2024
1 parent fafb1c5 commit e511e49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TMDbLib/Objects/TvShows/TvEpisodeBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ public class TvEpisodeBase : TvEpisodeInfo

[JsonProperty("runtime")]
public int? Runtime { get; set; }

[JsonProperty("episode_type")]
public string EpisodeType { get; set; }

}
}

0 comments on commit e511e49

Please sign in to comment.