Skip to content

Commit 5651a43

Browse files
committed
Merge branch 'Dev' of https://github.com/sagitaz/plugin-frigate into Dev
2 parents e6bba61 + efa517e commit 5651a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/class/frigate.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3142,7 +3142,7 @@ public static function getFrigateConfiguration()
31423142
public static function sendFrigateConfiguration($frigateConfiguration, $restart = false)
31433143
{
31443144
$urlfrigate = self::getUrlFrigate();
3145-
$resultURL = $urlfrigate . "/api/config/save" . ($restart ? '?save_option=restart' : '');
3145+
$resultURL = $urlfrigate . "/api/config/save" . ($restart ? '?save_option=restart' : '?save_option=saveonly');
31463146

31473147
$ch = curl_init($resultURL);
31483148
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

0 commit comments

Comments
 (0)