Skip to content

Commit

Permalink
fix: Saving rules when Tautulli not configured
Browse files Browse the repository at this point in the history
  • Loading branch information
benscobie committed Nov 6, 2024
1 parent 5209876 commit 7f1211e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/Rules/RuleGroup/AddModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ const AddModal = (props: AddModal) => {
listExclusions: listExclusion,
forceOverseerr: forceOverseerr,
tautulliWatchedPercentOverride:
tautulliWatchedPercentOverrideRef.current &&
tautulliWatchedPercentOverrideRef.current.value != ''
? +tautulliWatchedPercentOverrideRef.current.value
: undefined,
Expand Down

0 comments on commit 7f1211e

Please sign in to comment.