Skip to content

Commit

Permalink
fix typo in tv and movie external IDs (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
djeddi-yacine authored Sep 1, 2024
1 parent 20df84f commit bf64753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion movies.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ type MovieExternalIDs struct {
FacebookID string `json:"facebook_id"`
InstagramID string `json:"instagram_id"`
TwitterID string `json:"twitter_id"`
WikiData string `json:"wikidata_id,omitempty"`
WikiDataID string `json:"wikidata_id,omitempty"`
ID int64 `json:"id,omitempty"`
}

Expand Down
2 changes: 1 addition & 1 deletion tv.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ type TVExternalIDs struct {
FacebookID string `json:"facebook_id"`
InstagramID string `json:"instagram_id"`
TwitterID string `json:"twitter_id"`
WikiData string `json:"wikidata_id,omitempty"`
WikiDataID string `json:"wikidata_id,omitempty"`
ID int64 `json:"id,omitempty"`
}

Expand Down

0 comments on commit bf64753

Please sign in to comment.