Skip to content

Commit 12eae83

Browse files
authored
add a field named "media_type" to TrendingResults (#74)
1 parent 42a8576 commit 12eae83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

results.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ type TrendingResults struct {
281281
OriginalName string `json:"original_name,omitempty"`
282282
KnownForDepartment string `json:"known_for_department,omitempty"`
283283
ProfilePath string `json:"profile_path,omitempty"`
284+
MediaType string `json:"media_type,omitempty"`
284285
KnownFor []struct {
285286
Adult bool `json:"adult"`
286287
BackdropPath string `json:"backdrop_path"`

0 commit comments

Comments
 (0)