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"