mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
feat(clients): add rTorrent support (#421)
This commit is contained in:
parent
765215270a
commit
54d7151894
13 changed files with 692 additions and 541 deletions
|
@ -54,6 +54,7 @@ const (
|
|||
ActionTypeQbittorrent ActionType = "QBITTORRENT"
|
||||
ActionTypeDelugeV1 ActionType = "DELUGE_V1"
|
||||
ActionTypeDelugeV2 ActionType = "DELUGE_V2"
|
||||
ActionTypeRTorrent ActionType = "RTORRENT"
|
||||
ActionTypeTransmission ActionType = "TRANSMISSION"
|
||||
ActionTypeWatchFolder ActionType = "WATCH_FOLDER"
|
||||
ActionTypeWebhook ActionType = "WEBHOOK"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue