Skip to content

Commit

Permalink
Fix browses.
Browse files Browse the repository at this point in the history
The JSON converter for BrowseResult was not being registered.

Fixes #4.
  • Loading branch information
Zastai committed May 20, 2020
1 parent 494b170 commit 9236181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MetaBrainz.MusicBrainz/Json/Converters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public static IEnumerable<JsonConverter> Readers {
yield return CollectionReader.Instance;
yield return DiscIdLookupResultReader.Instance;
yield return IsrcReader.Instance;
// Browse Results
yield return BrowseResultReader.Instance;
// Search Results
yield return AnnotationReader.Instance;
yield return CdStubReader.Instance;
Expand Down

0 comments on commit 9236181

Please sign in to comment.