Include artists in get_release

This commit is contained in:
Claudio Ortolina
2025-05-04 21:34:55 +01:00
parent 4b0e11823d
commit fba621db10
3 changed files with 662 additions and 167 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ defmodule MusicBrainz.API do
url: "/release/#{id}",
params: [
fmt: "json",
inc: "release-groups+recordings"
inc: "release-groups+recordings+artists"
]
)
|> get_request()