This commit is contained in:
2025-06-09 00:10:23 +09:00
parent dccd6f3a49
commit 9827d50aab

View File

@ -1,5 +1,6 @@
import { batchProcess } from "../scripts/fetch_and_generate.js";
import { config } from "./config.js";
import { regenerateStartupFiles } from "./podcast.js";
interface BatchSchedulerState {
enabled: boolean;
@ -138,6 +139,7 @@ class BatchScheduler {
this.state.isRunning = false;
this.state.canForceStop = false;
this.currentAbortController = undefined;
await regenerateStartupFiles();
}
}