mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
chore(web): Sabnzbd -> SABnzbd (#895)
* Update DownloadClientForms.tsx * Update constants.ts
This commit is contained in:
parent
82a117c12b
commit
61439567d8
2 changed files with 7 additions and 7 deletions
|
@ -278,8 +278,8 @@ export const DownloadClientTypeOptions: RadioFieldsetOption[] = [
|
|||
value: "READARR"
|
||||
},
|
||||
{
|
||||
label: "Sabnzbd",
|
||||
description: "Add nzbs directly to Sabnzbd",
|
||||
label: "SABnzbd",
|
||||
description: "Add nzbs directly to SABnzbd",
|
||||
value: "SABNZBD",
|
||||
type: "nzb"
|
||||
}
|
||||
|
@ -297,7 +297,7 @@ export const DownloadClientTypeNameMap: Record<DownloadClientType | string, stri
|
|||
"LIDARR": "Lidarr",
|
||||
"WHISPARR": "Whisparr",
|
||||
"READARR": "Readarr",
|
||||
"SABNZBD": "Sabnzbd"
|
||||
"SABNZBD": "SABnzbd"
|
||||
};
|
||||
|
||||
export const ActionTypeOptions: RadioFieldsetOption[] = [
|
||||
|
@ -316,7 +316,7 @@ export const ActionTypeOptions: RadioFieldsetOption[] = [
|
|||
{ label: "Lidarr", description: "Send to Lidarr and let it decide", value: "LIDARR" },
|
||||
{ label: "Whisparr", description: "Send to Whisparr and let it decide", value: "WHISPARR" },
|
||||
{ label: "Readarr", description: "Send to Readarr and let it decide", value: "READARR" },
|
||||
{ label: "Sabnzbd", description: "Add to Sabnzbd", value: "SABNZBD" }
|
||||
{ label: "SABnzbd", description: "Add to SABnzbd", value: "SABNZBD" }
|
||||
];
|
||||
|
||||
export const ActionTypeNameMap = {
|
||||
|
@ -335,7 +335,7 @@ export const ActionTypeNameMap = {
|
|||
"LIDARR": "Lidarr",
|
||||
"WHISPARR": "Whisparr",
|
||||
"READARR": "Readarr",
|
||||
"SABNZBD": "Sabnzbd"
|
||||
"SABNZBD": "SABnzbd"
|
||||
};
|
||||
|
||||
export const ActionContentLayoutOptions: SelectGenericOption<ActionContentLayout>[] = [
|
||||
|
|
|
@ -264,7 +264,7 @@ function FormFieldsSabnzbd() {
|
|||
<NumberFieldWide
|
||||
name="port"
|
||||
label="Port"
|
||||
help="port for Sabnzbd"
|
||||
help="port for SABnzbd"
|
||||
/>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue