mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding source search
This commit is contained in:
parent
5d5ce092b7
commit
eb744346f0
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ export interface DownloadSource {
|
||||||
url: string;
|
url: string;
|
||||||
repackCount: number;
|
repackCount: number;
|
||||||
status: DownloadSourceStatus;
|
status: DownloadSourceStatus;
|
||||||
|
objectIds: string[];
|
||||||
downloadCount: number;
|
downloadCount: number;
|
||||||
fingerprint: string;
|
fingerprint: string;
|
||||||
etag: string | null;
|
etag: string | null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue