remove sync_recordings

This commit is contained in:
Josh Hawkins
2026-01-04 11:50:48 -06:00
parent c0a30fe3a4
commit b4960ae742
3 changed files with 1 additions and 8 deletions
+1 -4
View File
@@ -4,9 +4,6 @@
"enabled": {
"label": "Enable record on all cameras."
},
"sync_recordings": {
"label": "Sync recordings with disk on startup and once a day."
},
"expire_interval": {
"label": "Number of minutes to wait between cleanup runs."
},
@@ -90,4 +87,4 @@
"label": "Keep track of original state of recording."
}
}
}
}
-2
View File
@@ -197,7 +197,6 @@ export interface CameraConfig {
days: number;
mode: string;
};
sync_recordings: boolean;
};
review: {
alerts: {
@@ -542,7 +541,6 @@ export interface FrigateConfig {
days: number;
mode: string;
};
sync_recordings: boolean;
};
rtmp: {