Store selected release id when scanning a record

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