mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-15 17:21:19 +10:00
Game downloads from the client are working (multithreaded) by parsing in gameID, GameVersion, and maxThreads from FE (#1)
This commit is contained in:
@ -24,6 +24,7 @@ pub enum DatabaseGameStatus {
|
||||
Downloading,
|
||||
Installed,
|
||||
Updating,
|
||||
|
||||
Uninstalling,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user