From f0aab2c8ca5d1affb498f6e6ca00f84ff3c3fa48 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 30 Jan 2024 20:56:02 -0800 Subject: [PATCH] Updated media profile form --- .../media_profile_html/media_profile_form.html.heex | 4 ++++ 1 file changed, 4 insertions(+) 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