Skip to content

Commit

Permalink
Add NativeName property to Country
Browse files Browse the repository at this point in the history
  • Loading branch information
alex6dj committed Nov 11, 2024
1 parent e511e49 commit 5abc4df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TMDbLib/Objects/Countries/Country.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ public class Country

[JsonProperty("english_name")]
public string EnglishName { get; set; }

[JsonProperty("native_name")]
public string NativeName { get; set; }
}
}

0 comments on commit 5abc4df

Please sign in to comment.