File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type Content struct {
1313 Season string `json:"season,omitempty"` // Content season.
1414 Artist string `json:"artist,omitempty"` // Artist credited with the content.
1515 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.
16+ Album string `json:"album,omitempty "` // Album to which the content belongs; typically for audio.
1717 ISRC string `json:"isrc,omitempty"` // International Standard Recording Code conforming to ISO - 3901.
1818 Producer * Producer `json:"producer,omitempty"` // The producer.
1919 URL string `json:"url,omitempty"` // URL of the content, for buy-side contextualization or review.
You can’t perform that action at this time.
0 commit comments