1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Convert Download Client settings to TypeScript

This commit is contained in:
Mark McDowall
2025-01-03 17:31:05 -08:00
parent 6838f068bc
commit 92db4769be
43 changed files with 1555 additions and 2156 deletions
@@ -210,6 +210,10 @@ function EditDelayProfileModalContent({
useEffect(() => {
if (!id) {
Object.keys(newDelayProfile).forEach((name) => {
if (name === 'id') {
return;
}
dispatch(
// @ts-expect-error - actions are not typed
setDelayProfileValue({