You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The is monitored rule will return null instead of false when a movie is unmonitored in Radarr (I have not check Sonarr).
To Reproduce
Steps to reproduce the behavior:
Have unmonitored movies in Radarr
Create a rule using Radarr - is monitored equals false rule
Run the rules
The rule will fail to match unmonitored Movies
Change the rule to Radarr - is monitorednot equals true
The rule will now correctly match the Movies
Expected behavior
The workaround with setting the rule to not equal true works but not obvious, so I assume this is a bug. Expected behavior would be to match the rule when the movie is unmonitored.
I think it's related to what I mentioned in #1113, this happens when the item was never requested in radarr, but instead was detected from a library scan.
Does this also happen if you monitor a movie, then unmonitor it?
Thanks for this report! I believe the underlying reason for this is indeed @Gwindalmir's suggestion. I'll have to catch this scenario since it probably happens a lot.
Describe the bug
The is monitored rule will return null instead of
false
when a movie is unmonitored in Radarr (I have not check Sonarr).To Reproduce
Steps to reproduce the behavior:
Radarr - is monitored
equalsfalse
ruleRadarr - is monitored
not equalstrue
Expected behavior
The workaround with setting the rule to not equal true works but not obvious, so I assume this is a bug. Expected behavior would be to match the rule when the movie is unmonitored.
Screenshots
Current behaviour:
Workaround:
Expected behaviour:
Device (please complete the following information):
Additional context
None.
The text was updated successfully, but these errors were encountered: