Initial setup of Sabnzbd integration

This commit is contained in:
Jannes Vandepitte
2022-08-25 18:10:23 +02:00
parent 9342961683
commit f0976081f3
13 changed files with 346 additions and 81 deletions

View File

@@ -269,7 +269,8 @@ export function AddAppShelfItemForm(props: { setOpened: (b: boolean) => void } &
form.values.type === 'Lidarr' ||
form.values.type === 'Overseerr' ||
form.values.type === 'Jellyseerr' ||
form.values.type === 'Readarr') && (
form.values.type === 'Readarr' ||
form.values.type === 'Sabnzbd') && (
<>
<TextInput
required