mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
feat: adding aria2c
This commit is contained in:
parent
fe8f962fb0
commit
a847f9370c
@ -1,4 +1,4 @@
|
|||||||
import { DownloadManager, Ludusavi, startMainLoop } from "./services";
|
import { Ludusavi, startMainLoop } from "./services";
|
||||||
import {
|
import {
|
||||||
downloadQueueRepository,
|
downloadQueueRepository,
|
||||||
userPreferencesRepository,
|
userPreferencesRepository,
|
||||||
@ -25,14 +25,14 @@ const loadState = async (userPreferences: UserPreferences | null) => {
|
|||||||
uploadGamesBatch();
|
uploadGamesBatch();
|
||||||
});
|
});
|
||||||
|
|
||||||
const [nextQueueItem] = await downloadQueueRepository.find({
|
// const [nextQueueItem] = await downloadQueueRepository.find({
|
||||||
order: {
|
// order: {
|
||||||
id: "DESC",
|
// id: "DESC",
|
||||||
},
|
// },
|
||||||
relations: {
|
// relations: {
|
||||||
game: true,
|
// game: true,
|
||||||
},
|
// },
|
||||||
});
|
// });
|
||||||
|
|
||||||
PythonRPC.spawn();
|
PythonRPC.spawn();
|
||||||
// start download
|
// start download
|
||||||
|
Loading…
Reference in New Issue
Block a user