This commit is contained in:
Hachi-R 2024-11-09 12:08:58 -03:00
parent c314c397a5
commit 8ec52bf193
2 changed files with 43 additions and 5 deletions

View file

@ -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) {