mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
Fix custom export mode
This commit is contained in:
parent
ad5394b992
commit
b954d129b5
@ -235,6 +235,9 @@ export function ExportContent({
|
||||
now.setHours(now.getHours() - 24);
|
||||
start = now.getTime() / 1000;
|
||||
break;
|
||||
case "custom":
|
||||
start = latestTime - 3600;
|
||||
break;
|
||||
}
|
||||
|
||||
setRange({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user