mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 17:59:14 +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
|
@ -316,6 +316,7 @@ function ListItem({ action, clients, filterID, idx }: ListItemProps) {
|
|||
</div>
|
||||
);
|
||||
case "RADARR":
|
||||
case "SONARR":
|
||||
return (
|
||||
<div className="mt-6 grid grid-cols-12 gap-6">
|
||||
<DownloadClientSelect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue