Fix custom export mode

This commit is contained in:
Nicolas Mowen 2025-02-09 06:15:33 -07:00
parent ad5394b992
commit b954d129b5

View File

@ -235,6 +235,9 @@ export function ExportContent({
now.setHours(now.getHours() - 24);
start = now.getTime() / 1000;
break;
case "custom":
start = latestTime - 3600;
break;
}
setRange({