From 8bc7f15c4123191ea65e9f74aea0f184d4ed4e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Godart?= Date: Mon, 23 Apr 2018 12:26:46 +0200 Subject: [PATCH] Content, fix typo in Album property json tag --- content.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.go b/content.go index e8ae2ac..8524e08 100644 --- a/content.go +++ b/content.go @@ -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.