Skip to content

Commit

Permalink
Importance is an enum, default value should be Normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Oct 23, 2023
1 parent eb291b7 commit eb6baf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ZoneMinder/lib/ZoneMinder/Monitor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ $serial = $primary_key = 'Id';
Longitude => undef,
RTSPStreamName => '',
RTSPServer => 0,
Importance => 0,
Importance => q`'Normal'`,
MQTT_Enabled => 0,
MQTT_Subscriptions => q`''`,
);
Expand Down

0 comments on commit eb6baf4

Please sign in to comment.