Artist's groups omitempty (#52)

This commit is contained in:
Artem Piskun 2021-12-09 14:25:59 +03:00 committed by GitHub
parent 03267ade9d
commit 52eff84151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ type Artist struct {
ResourceURL string `json:"resource_url"`
URI string `json:"uri"`
URLs []string `json:"urls"`
Groups []Member `json:"groups"`
Groups []Member `json:"groups,omitempty"`
DataQuality string `json:"data_quality"`
}