mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-25 22:19:00 +03:00
<camera>/notifications/suspended arrives as a string over the live connection but as a number in the camera_activity snapshot, and the truthiness guard dropped the numeric 0, so a camera with notifications off rendered as active after a reload. Normalize to a string and derive isSuspended instead of storing it.