feat: pass seeding list from downloader.py to download page

This commit is contained in:
Hachi-R
2024-11-07 20:35:17 -03:00
parent 452532e18b
commit a9085ec2ed
12 changed files with 98 additions and 30 deletions

View File

@@ -54,6 +54,9 @@ export class Game {
@Column("int", { default: Downloader.Torrent })
downloader: Downloader;
@Column("boolean", { default: false })
shouldSeed: boolean;
/**
* Progress is a float between 0 and 1
*/