diff --git a/web/src/forms/settings/ListForms.tsx b/web/src/forms/settings/ListForms.tsx index 14f04c4..4c6e4dc 100644 --- a/web/src/forms/settings/ListForms.tsx +++ b/web/src/forms/settings/ListForms.tsx @@ -678,8 +678,6 @@ function ListTypeTrakt() { } function ListTypePlainText() { - const { values } = useFormikContext(); - return (
@@ -687,25 +685,17 @@ function ListTypePlainText() { Source list

- Use a Trakt list or one of the default autobrr hosted lists. + Use a plain text list with one item per line.

- ({ value: u.value, label: u.label, key: u.label }))} + help="URL to a plain text file with one item per line" + placeholder="https://example.com/list.txt" /> - {!values.url.startsWith("https://api.autobrr.com/") && ( - - )} -
Settings