This commit is contained in:
Brian Beck 2016-12-20 18:06:33 -08:00
parent 53d7d84397
commit cfc1b5cc47
3 changed files with 3 additions and 3 deletions

View file

@ -4765,7 +4765,7 @@ ignoring pagination.
An object containing the cover art for a release group obtained An object containing the cover art for a release group obtained
from the [Cover Art Archive](https://musicbrainz.org/doc/Cover_Art_Archive). For from the [Cover Art Archive](https://musicbrainz.org/doc/Cover_Art_Archive). For
release groups, just the front cover of particular release will be selected. release groups, just the front cover of a particular release will be selected.
<table><thead> <table><thead>
<tr> <tr>

View file

@ -1,6 +1,6 @@
{ {
"name": "graphbrainz", "name": "graphbrainz",
"version": "5.0.2", "version": "5.0.3",
"description": "An Express server and middleware for querying the MusicBrainz API using GraphQL.", "description": "An Express server and middleware for querying the MusicBrainz API using GraphQL.",
"main": "lib/index.js", "main": "lib/index.js",
"bin": "lib/index.js", "bin": "lib/index.js",

View file

@ -8121,7 +8121,7 @@
{ {
"kind": "OBJECT", "kind": "OBJECT",
"name": "ReleaseGroupCoverArt", "name": "ReleaseGroupCoverArt",
"description": "An object containing the cover art for a release group obtained\nfrom the [Cover Art Archive](https://musicbrainz.org/doc/Cover_Art_Archive). For\nrelease groups, just the front cover of particular release will be selected.", "description": "An object containing the cover art for a release group obtained\nfrom the [Cover Art Archive](https://musicbrainz.org/doc/Cover_Art_Archive). For\nrelease groups, just the front cover of a particular release will be selected.",
"fields": [ "fields": [
{ {
"name": "front", "name": "front",