We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b145eb commit 8bc7f15Copy full SHA for 8bc7f15
1 file changed
content.go
@@ -13,7 +13,7 @@ type Content struct {
13
Season string `json:"season,omitempty"` // Content season.
14
Artist string `json:"artist,omitempty"` // Artist credited with the content.
15
Genre string `json:"genre,omitempty"` // Genre that best describes the content
16
- 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.
17
ISRC string `json:"isrc,omitempty"` // International Standard Recording Code conforming to ISO - 3901.
18
Producer *Producer `json:"producer,omitempty"` // The producer.
19
URL string `json:"url,omitempty"` // URL of the content, for buy-side contextualization or review.
0 commit comments