Skip to content

Commit

Permalink
fix: seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
zamitto committed Dec 24, 2024
1 parent 54c6b1f commit ce3ed6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const loadState = async (userPreferences: UserPreferences | null) => {
shouldSeed: true,
downloader: 1,
progress: 1,
status: "seeding",
},
});

Expand Down
2 changes: 0 additions & 2 deletions src/main/services/download/download-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit ce3ed6f

Please sign in to comment.