We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6bba61 + efa517e commit 5651a43Copy full SHA for 5651a43
core/class/frigate.class.php
@@ -3142,7 +3142,7 @@ public static function getFrigateConfiguration()
3142
public static function sendFrigateConfiguration($frigateConfiguration, $restart = false)
3143
{
3144
$urlfrigate = self::getUrlFrigate();
3145
- $resultURL = $urlfrigate . "/api/config/save" . ($restart ? '?save_option=restart' : '');
+ $resultURL = $urlfrigate . "/api/config/save" . ($restart ? '?save_option=restart' : '?save_option=saveonly');
3146
3147
$ch = curl_init($resultURL);
3148
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
0 commit comments