From 39621184c2c17907d9693e3e213980eb1e039a6d Mon Sep 17 00:00:00 2001 From: phyzical <5182053+phyzical@users.noreply.github.com> Date: Fri, 8 Aug 2025 16:30:35 +0800 Subject: [PATCH] update the source to support the new enum --- .../sources/source_html/source_form.html.heex | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/pinchflat_web/controllers/sources/source_html/source_form.html.heex b/lib/pinchflat_web/controllers/sources/source_html/source_form.html.heex index 014d597..c561ca3 100644 --- a/lib/pinchflat_web/controllers/sources/source_html/source_form.html.heex +++ b/lib/pinchflat_web/controllers/sources/source_html/source_form.html.heex @@ -79,6 +79,17 @@ Downloading Options +
+ <.input + field={f[:members_content_behaviour]} + options={friendly_format_type_options()} + type="select" + label="Include Member Videos" + help="Experimental. Please report any issues on GitHub" + x-init="$watch('selectedPreset', p => p && ($el.value = presets[p]))" + /> +
+ <.input field={f[:download_media]} type="toggle"