File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ type MovieExternalIDs struct {
346346 FacebookID string `json:"facebook_id"`
347347 InstagramID string `json:"instagram_id"`
348348 TwitterID string `json:"twitter_id"`
349- WikiData string `json:"wikidata_id,omitempty"`
349+ WikiDataID string `json:"wikidata_id,omitempty"`
350350 ID int64 `json:"id,omitempty"`
351351}
352352
Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ type TVExternalIDs struct {
534534 FacebookID string `json:"facebook_id"`
535535 InstagramID string `json:"instagram_id"`
536536 TwitterID string `json:"twitter_id"`
537- WikiData string `json:"wikidata_id,omitempty"`
537+ WikiDataID string `json:"wikidata_id,omitempty"`
538538 ID int64 `json:"id,omitempty"`
539539}
540540
You can’t perform that action at this time.
0 commit comments