Skip to content

Commit

Permalink
Fix category parent #6
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Jul 20, 2018
1 parent c32564f commit 522b77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimeo/categories.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Category struct {
TopLevel bool `json:"top_level"`
Pictures *Pictures `json:"pictures,omitempty"`
LastVideoFeaturedTime string `json:"last_video_featured_time,omitempty"`
Parent string `json:"parent,omitempty"`
Parent *SubCategory `json:"parent,omitempty"`
SubCategories []*SubCategory `json:"subcategories,omitempty"`
ResourceKey string `json:"resource_key,omitempty"`
}
Expand Down

0 comments on commit 522b77e

Please sign in to comment.