Fully qualify nested type refs in MusicBrainz.Release
This commit is contained in:
@@ -31,12 +31,12 @@ defmodule MusicBrainz.Release do
|
|||||||
title: String.t(),
|
title: String.t(),
|
||||||
disambiguation: String.t() | nil,
|
disambiguation: String.t() | nil,
|
||||||
packaging: String.t() | nil,
|
packaging: String.t() | nil,
|
||||||
artists: [Artist.t()],
|
artists: [MusicBrainz.Release.Artist.t()],
|
||||||
date: String.t() | nil,
|
date: String.t() | nil,
|
||||||
barcode: String.t() | nil,
|
barcode: String.t() | nil,
|
||||||
catalog_number: String.t(),
|
catalog_number: String.t(),
|
||||||
country: String.t() | nil,
|
country: String.t() | nil,
|
||||||
media: [Medium.t()]
|
media: [MusicBrainz.Release.Medium.t()]
|
||||||
}
|
}
|
||||||
|
|
||||||
defmodule Artist do
|
defmodule Artist do
|
||||||
|
|||||||
Reference in New Issue
Block a user