Allow changing MusicBrainz ID

This commit is contained in:
Claudio Ortolina
2024-11-16 15:14:35 +00:00
parent e35e0894bf
commit 297aa07829
2 changed files with 9 additions and 7 deletions
@@ -43,6 +43,7 @@ defmodule MusicLibraryWeb.RecordLive.FormComponent do
options={Ecto.Enum.values(MusicLibrary.Records.Record, :format)}
/>
</div>
<.input field={@form[:musicbrainz_id]} type="text" label={gettext("MusicBrainz ID")} />
<.input field={@form[:release]} type="text" label={gettext("Release")} />
<.input
:if={@show_purchased_at}