mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
temp
This commit is contained in:
parent
c314c397a5
commit
8ec52bf193
2 changed files with 43 additions and 5 deletions
|
@ -76,6 +76,8 @@ export class DownloadManager {
|
|||
|
||||
const seedStatus = await PythonInstance.getSeedStatus();
|
||||
|
||||
console.log(seedStatus);
|
||||
|
||||
if (seedStatus.length === 0) {
|
||||
for (const game of gamesToSeed) {
|
||||
if (game.uri && game.downloadPath) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue