feat: revert change

This commit is contained in:
Zamitto 2024-12-24 00:26:58 -03:00
parent 538d3e5982
commit e211517e24

View File

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