mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
5.0.3
This commit is contained in:
parent
53d7d84397
commit
cfc1b5cc47
3 changed files with 3 additions and 3 deletions
|
|
@ -4765,7 +4765,7 @@ ignoring pagination.
|
|||
|
||||
An object containing the cover art for a release group obtained
|
||||
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>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "graphbrainz",
|
||||
"version": "5.0.2",
|
||||
"version": "5.0.3",
|
||||
"description": "An Express server and middleware for querying the MusicBrainz API using GraphQL.",
|
||||
"main": "lib/index.js",
|
||||
"bin": "lib/index.js",
|
||||
|
|
|
|||
|
|
@ -8121,7 +8121,7 @@
|
|||
{
|
||||
"kind": "OBJECT",
|
||||
"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": [
|
||||
{
|
||||
"name": "front",
|
||||
|
|
|
|||
Loading…
Reference in a new issue