diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index a016aecb2..b9eecd639 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -72,6 +72,7 @@ "name": "BirdNET-pi", "options": { "BIRDSONGS_FOLDER": "/config/BirdSongs", + "LIVESTREAM_BOOT_ENABLED": true, "TZ": "Europe/Paris", "certfile": "fullchain.pem", "keyfile": "privkey.pem", @@ -94,6 +95,7 @@ "BIRDSONGS_FOLDER": "str?", "Processed_Buffer": "int?", "SPECIES_CONVERTER": "bool?", + "LIVESTREAM_BOOT_ENABLED": "bool", "TZ": "str?", "certfile": "str", "cifsdomain": "str?",