mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding resync button
This commit is contained in:
parent
ea923d5082
commit
0b68ddda78
5 changed files with 47 additions and 20 deletions
|
@ -23,7 +23,7 @@ export class DownloadSource {
|
|||
@Column("text", { nullable: true })
|
||||
etag: string | null;
|
||||
|
||||
@Column("text", { default: "online" })
|
||||
@Column("text", { default: DownloadSourceStatus.UpToDate })
|
||||
status: DownloadSourceStatus;
|
||||
|
||||
@OneToMany(() => Repack, (repack) => repack.downloadSource, { cascade: true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue