feat: adding source search

This commit is contained in:
Chubby Granny Chaser 2024-12-20 17:10:33 +00:00
parent 5d5ce092b7
commit eb744346f0
No known key found for this signature in database

View file

@ -288,6 +288,7 @@ export interface DownloadSource {
url: string;
repackCount: number;
status: DownloadSourceStatus;
objectIds: string[];
downloadCount: number;
fingerprint: string;
etag: string | null;