Skip to content

Commit

Permalink
Merge pull request #12 from ELYPSIARECORDS/master
Browse files Browse the repository at this point in the history
Update discogsmaster
  • Loading branch information
David-Desmaisons committed Mar 24, 2019
2 parents 17d9ca3 + 42ccd9e commit aeee27c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DiscogsClient/Data/Result/DiscogsMaster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ public class DiscogsMaster : DiscogsReleaseBase
{
public int main_release { get; set; }
public string main_release_url { get; set; }
public int most_recent_release { get; set; }
public string most_recent_release_url { get; set; }
public int num_for_sale { get; set; }
public decimal lowest_price { get; set; }
public string versions_url { get; set; }
}
}

0 comments on commit aeee27c

Please sign in to comment.