diff --git a/ui/src/components/Rules/RuleGroup/AddModal/index.tsx b/ui/src/components/Rules/RuleGroup/AddModal/index.tsx index 86c27fc5..2183653b 100644 --- a/ui/src/components/Rules/RuleGroup/AddModal/index.tsx +++ b/ui/src/components/Rules/RuleGroup/AddModal/index.tsx @@ -289,6 +289,7 @@ const AddModal = (props: AddModal) => { listExclusions: listExclusion, forceOverseerr: forceOverseerr, tautulliWatchedPercentOverride: + tautulliWatchedPercentOverrideRef.current && tautulliWatchedPercentOverrideRef.current.value != '' ? +tautulliWatchedPercentOverrideRef.current.value : undefined,