Allow changing MusicBrainz ID
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -56,7 +56,7 @@ msgstr ""
|
||||
msgid "Collection"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:55
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:56
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Cover art"
|
||||
msgstr ""
|
||||
@@ -154,6 +154,7 @@ msgstr ""
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:46
|
||||
#: lib/music_library_web/live/record_live/show.html.heex:65
|
||||
#: lib/music_library_web/live/wishlist_live/show.html.heex:66
|
||||
#, elixir-autogen, elixir-format
|
||||
@@ -166,7 +167,7 @@ msgstr ""
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:61
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:62
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "No cover selected"
|
||||
msgstr ""
|
||||
@@ -199,7 +200,7 @@ msgstr ""
|
||||
msgid "Purchase"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:51
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:52
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Purchased at"
|
||||
msgstr ""
|
||||
@@ -216,23 +217,23 @@ msgstr ""
|
||||
msgid "Record imported successfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:117
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:118
|
||||
#: lib/music_library_web/live/wishlist_live/index.ex:137
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Record updated successfully"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:46
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:47
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Release"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:72
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:73
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:72
|
||||
#: lib/music_library_web/live/record_live/form_component.ex:73
|
||||
#, elixir-autogen, elixir-format
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user