fix: seeding

This commit is contained in:
Zamitto 2024-12-23 23:44:33 -03:00
parent 54c6b1f1af
commit ce3ed6f17c
2 changed files with 1 additions and 2 deletions

View File

@ -39,6 +39,7 @@ const loadState = async (userPreferences: UserPreferences | null) => {
shouldSeed: true,
downloader: 1,
progress: 1,
status: "seeding",
},
});

View File

@ -100,8 +100,6 @@ export class DownloadManager {
public static async watchDownloads() {
const status = await this.getDownloadStatus();
// status = await RealDebridDownloader.getStatus();
if (status) {
const { gameId, progress } = status;
const game = await gameRepository.findOne({