Skip to content

Commit

Permalink
Update ExternalIdsMovie.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltimateC0der committed May 5, 2022
1 parent 5b9e93e commit 4b896fa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions TMDbLib/Objects/General/ExternalIdsMovie.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

namespace TMDbLib.Objects.General
{
public class ExternalIdsMovie
public class ExternalIdsMovie : ExternalIds
{
[JsonProperty("id")]
public int Id { get; set; }

[JsonProperty("imdb_id")]
public string ImdbId { get; set; }

Expand All @@ -19,4 +16,4 @@ public class ExternalIdsMovie
[JsonProperty("instagram_id")]
public string InstagramId { get; set; }
}
}
}

0 comments on commit 4b896fa

Please sign in to comment.