Skip to content

Commit

Permalink
Merge pull request #1352 from benscobie/fix-tautulli-ref
Browse files Browse the repository at this point in the history
fix: Saving rules when Tautulli not configured
  • Loading branch information
benscobie authored Nov 6, 2024
2 parents 5209876 + 7f1211e commit ddfa971
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 ddfa971

Please sign in to comment.