Updated media profile form

This commit is contained in:
Kieran Eglin 2024-01-30 20:56:02 -08:00
parent a138986d1f
commit f0aab2c8ca
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -4,6 +4,10 @@
</.error> </.error>
<.input field={f[:name]} type="text" label="Name" /> <.input field={f[:name]} type="text" label="Name" />
<.input field={f[:output_path_template]} type="text" label="Output path template" /> <.input field={f[:output_path_template]} type="text" label="Output path template" />
<.input field={f[:download_subs]} type="checkbox" label="Download Subs" />
<.input field={f[:download_auto_subs]} type="checkbox" label="Download Autogenerated Subs" />
<.input field={f[:embed_subs]} type="checkbox" label="Embed Subs" />
<.input field={f[:sub_langs]} type="text" label="Sub Langs" />
<:actions> <:actions>
<.button>Save Media profile</.button> <.button>Save Media profile</.button>
</:actions> </:actions>