diff --git a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex index 2a3ab66..ec7b13a 100644 --- a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex +++ b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/media_profile_form.html.heex @@ -4,6 +4,10 @@ <.input field={f[:name]} type="text" label="Name" /> <.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> <.button>Save Media profile