Skip to content

Commit

Permalink
DSCGS-33 Added MasterID to Search.Result (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
irlndts authored Nov 5, 2019
1 parent 77c264c commit d987189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ type Result struct {
ResourceURL string `json:"resource_url,omitempty"`
Type string `json:"type,omitempty"`
ID int `json:"id,omitempty"`
MasterID int `json:"master_id,omitempty"`
}

// Search makes search request to discogs.
Expand Down

0 comments on commit d987189

Please sign in to comment.