mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
feat: using api download sources
This commit is contained in:
@@ -11,8 +11,10 @@ export enum Downloader {
|
||||
}
|
||||
|
||||
export enum DownloadSourceStatus {
|
||||
UpToDate,
|
||||
Errored,
|
||||
PendingMatching = "PENDING_MATCHING",
|
||||
Matched = "MATCHED",
|
||||
Matching = "MATCHING",
|
||||
Failed = "FAILED",
|
||||
}
|
||||
|
||||
export enum CatalogueCategory {
|
||||
|
||||
Reference in New Issue
Block a user