feat: removing dexie

This commit is contained in:
Chubby Granny Chaser
2025-10-14 13:15:09 +01:00
parent f9c585d12f
commit 1a99305aa0
49 changed files with 3346 additions and 3806 deletions

View File

@@ -35,7 +35,7 @@ export interface DownloadSource {
status: DownloadSourceStatus;
objectIds: string[];
downloadCount: number;
fingerprint: string;
fingerprint?: string;
etag: string | null;
createdAt: Date;
updatedAt: Date;