mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-22 21:30:13 +00:00
Added missing EpisodeType property to TvEpisodeBase (#516)
Some checks failed
Generic Build / build (push) Has been cancelled
Some checks failed
Generic Build / build (push) Has been cancelled
Co-authored-by: chrispr <chris@chrispr.org>
This commit is contained in:
parent
fafb1c5204
commit
e511e49082
@ -31,5 +31,9 @@ namespace TMDbLib.Objects.TvShows
|
||||
|
||||
[JsonProperty("runtime")]
|
||||
public int? Runtime { get; set; }
|
||||
|
||||
[JsonProperty("episode_type")]
|
||||
public string EpisodeType { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user