mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 19:22:28 +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;
|
||||
repackCount: number;
|
||||
status: DownloadSourceStatus;
|
||||
objectIds: string[];
|
||||
downloadCount: number;
|
||||
fingerprint: string;
|
||||
etag: string | null;
|
||||
|
|
Loading…
Reference in a new issue