mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(actions): deluge v2 add skip recheck (#1321)
* feat(actions): add skip recheck for deluge v2 * chore(deps): update go-deluge to v1.2.0
This commit is contained in:
parent
ebbd851a2e
commit
2a4fb7750b
4 changed files with 14 additions and 3 deletions
|
@ -43,6 +43,14 @@ export const Deluge = ({ idx, action, clients }: ClientActionProps) => (
|
|||
description="Add torrent as paused"
|
||||
/>
|
||||
</FilterSection.HalfRow>
|
||||
<FilterSection.HalfRow>
|
||||
<Input.SwitchGroup
|
||||
name={`actions.${idx}.skip_hash_check`}
|
||||
label="Skip hash check"
|
||||
description="Add torrent and skip hash check"
|
||||
tooltip={<div>This will only work on Deluge v2.</div>}
|
||||
/>
|
||||
</FilterSection.HalfRow>
|
||||
</FilterSection.Layout>
|
||||
|
||||
<CollapsibleSection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue