Harden startup recovery and stats edge cases

This commit is contained in:
Sucukdeluxe
2026-03-10 01:50:16 +01:00
parent 484819325e
commit 17604910b5
3 changed files with 97 additions and 10 deletions
+1
View File
@@ -42,6 +42,7 @@ export interface BandwidthScheduleEntry {
export interface DownloadStats {
totalDownloaded: number;
totalDownloadedAllTime: number;
totalFiles: number;
totalFilesSession: number;
totalFilesAllTime: number;
totalPackages: number;