Skip to content

Commit 8d41110

Browse files
authored
Merge pull request bsm#50 from ividence/master
Content: fix typo in Album property json tag
2 parents 7b145eb + 8bc7f15 commit 8d41110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)