You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/pinchflat_web/controllers/sources/source_html/source_form.html.heex
+5-4
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,11 @@
87
87
/>
88
88
89
89
<.input
90
-
field={f[:use_cookies]}
91
-
type="toggle"
92
-
label="Use Cookies for Downloading"
93
-
help="Uses your YouTube cookies for this source (if configured). Used for downloading private playlists and videos. See docs for important details"
90
+
field={f[:cookie_behaviour]}
91
+
options={friendly_cookie_behaviours()}
92
+
type="select"
93
+
label="Cookie Behaviour"
94
+
help="Uses your YouTube cookies for this source (if configured). 'When Needed' tries to minimize cookie usage except for certain indexing and downloading tasks. See docs"
0 commit comments