Added duration limits to source form
This commit is contained in:
parent
bae45ea335
commit
31e46dfbb8
1 changed files with 14 additions and 0 deletions
|
|
@ -121,6 +121,20 @@
|
|||
Tread carefully
|
||||
</p>
|
||||
|
||||
<.input
|
||||
field={f[:min_duration_seconds]}
|
||||
type="number"
|
||||
label="Minimum Duration (seconds)"
|
||||
help="Minimum duration of the media to be downloaded. Can be blank"
|
||||
/>
|
||||
|
||||
<.input
|
||||
field={f[:max_duration_seconds]}
|
||||
type="number"
|
||||
label="Maximum Duration (seconds)"
|
||||
help="Maximum duration of the media to be downloaded. Can be blank"
|
||||
/>
|
||||
|
||||
<.input
|
||||
field={f[:title_filter_regex]}
|
||||
type="text"
|
||||
|
|
|
|||
Loading…
Reference in a new issue