Expose release packaging information
This commit is contained in:
@@ -3,6 +3,7 @@ defmodule MusicBrainz.Release do
|
||||
:id,
|
||||
:title,
|
||||
:disambiguation,
|
||||
:packaging,
|
||||
:artists,
|
||||
:date,
|
||||
:barcode,
|
||||
@@ -14,6 +15,7 @@ defmodule MusicBrainz.Release do
|
||||
:id,
|
||||
:title,
|
||||
:disambiguation,
|
||||
:packaging,
|
||||
:artists,
|
||||
:date,
|
||||
:barcode,
|
||||
@@ -69,6 +71,7 @@ defmodule MusicBrainz.Release do
|
||||
id: r["id"],
|
||||
title: r["title"],
|
||||
disambiguation: r["disambiguation"],
|
||||
packaging: r["packaging"],
|
||||
artists: parse_artists(r["artist-credit"] || []),
|
||||
date: r["date"],
|
||||
barcode: r["barcode"],
|
||||
|
||||
Reference in New Issue
Block a user