mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
Feature: Sonarr (#14)
* feat: add sonarr download client * feat(web): add sonarr download client and actions * feat: add sonarr to filter actions
This commit is contained in:
parent
455284a94b
commit
fce6c7149a
15 changed files with 594 additions and 5 deletions
|
@ -257,6 +257,7 @@ function FilterActionAddForm({ filter, isOpen, toggle, clients }: props) {
|
|||
</div>
|
||||
);
|
||||
case "RADARR":
|
||||
case "SONARR":
|
||||
return (
|
||||
<div>
|
||||
<DownloadClientSelect
|
||||
|
|
|
@ -48,4 +48,5 @@ export const componentMap: any = {
|
|||
DELUGE_V2: <FormDefaultClientFields />,
|
||||
QBITTORRENT: <FormDefaultClientFields />,
|
||||
RADARR: <FormRadarrFields />,
|
||||
SONARR: <FormRadarrFields />,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue