Skip to content

Commit

Permalink
Content, fix typo in Album property json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sgodart authored Apr 23, 2018
1 parent 7b145eb commit 8bc7f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Content struct {
Season string `json:"season,omitempty"` // Content season.
Artist string `json:"artist,omitempty"` // Artist credited with the content.
Genre string `json:"genre,omitempty"` // Genre that best describes the content
Album string `json:"album,omiyempty"` // Album to which the content belongs; typically for audio.
Album string `json:"album,omitempty"` // Album to which the content belongs; typically for audio.
ISRC string `json:"isrc,omitempty"` // International Standard Recording Code conforming to ISO - 3901.
Producer *Producer `json:"producer,omitempty"` // The producer.
URL string `json:"url,omitempty"` // URL of the content, for buy-side contextualization or review.
Expand Down

0 comments on commit 8bc7f15

Please sign in to comment.