feat: re-download from history, reset-all-failed, scheduled start, fix provider order dirty flag

This commit is contained in:
Sucukdeluxe
2026-03-06 22:53:20 +01:00
parent 6d6453dc4b
commit 2e6074337a
7 changed files with 183 additions and 6 deletions
+2 -1
View File
@@ -102,6 +102,7 @@ export function defaultSettings(): AppSettings {
extractCpuPriority: "high",
autoExtractWhenStopped: true,
disabledProviders: [],
hosterRouting: {}
hosterRouting: {},
scheduledStartEpochMs: 0
};
}