Skip to content

Commit

Permalink
Added missing EpisodeType property to TvEpisodeBase
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisprt committed Oct 28, 2024
1 parent fafb1c5 commit bce0f87
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 bce0f87

Please sign in to comment.