mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
fix: seeding
This commit is contained in:
parent
54c6b1f1af
commit
ce3ed6f17c
@ -39,6 +39,7 @@ const loadState = async (userPreferences: UserPreferences | null) => {
|
|||||||
shouldSeed: true,
|
shouldSeed: true,
|
||||||
downloader: 1,
|
downloader: 1,
|
||||||
progress: 1,
|
progress: 1,
|
||||||
|
status: "seeding",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -100,8 +100,6 @@ export class DownloadManager {
|
|||||||
public static async watchDownloads() {
|
public static async watchDownloads() {
|
||||||
const status = await this.getDownloadStatus();
|
const status = await this.getDownloadStatus();
|
||||||
|
|
||||||
// status = await RealDebridDownloader.getStatus();
|
|
||||||
|
|
||||||
if (status) {
|
if (status) {
|
||||||
const { gameId, progress } = status;
|
const { gameId, progress } = status;
|
||||||
const game = await gameRepository.findOne({
|
const game = await gameRepository.findOne({
|
||||||
|
Loading…
Reference in New Issue
Block a user