mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-30 20:13:36 -04:00
Remove empty clean categories list validation (#131)
This commit is contained in:
@@ -30,11 +30,17 @@ const settings: EnvVarProps[] = [
|
||||
title: "Multiple patterns can be specified using incrementing numbers starting from 0.",
|
||||
content: `DOWNLOADCLEANER__UNLINKED_CATEGORIES__0=tv-sonarr
|
||||
DOWNLOADCLEANER__UNLINKED_CATEGORIES__1=radarr`
|
||||
}
|
||||
},
|
||||
],
|
||||
type: "text",
|
||||
defaultValue: "Empty",
|
||||
required: false,
|
||||
notes: [
|
||||
"The category name must match the category that was set in the *arr.",
|
||||
"For qBittorrent, the category name is the name of the download category.",
|
||||
"For Deluge, the category name is the name of the label.",
|
||||
"For Transmission, the category name is the last directory from the save location.",
|
||||
],
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user