mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-23 05:40:12 +00:00
Merge pull request #473 from danimart1991/feature/tvseasonepisode_type
Add Episode Type property to TV Season Episode
This commit is contained in:
commit
00cc2db310
@ -17,6 +17,9 @@ namespace TMDbLib.Objects.Search
|
||||
[JsonProperty("episode_number")]
|
||||
public int EpisodeNumber { get; set; }
|
||||
|
||||
[JsonProperty("episode_type")]
|
||||
public string EpisodeType { get; set; }
|
||||
|
||||
[JsonProperty("guest_stars")]
|
||||
public List<Cast> GuestStars { get; set; }
|
||||
|
||||
@ -37,7 +40,7 @@ namespace TMDbLib.Objects.Search
|
||||
|
||||
[JsonProperty("season_number")]
|
||||
public int SeasonNumber { get; set; }
|
||||
|
||||
|
||||
[JsonProperty("still_path")]
|
||||
public string StillPath { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user