This commit is contained in:
Hachi-R 2024-11-04 14:03:05 -03:00
parent 1ad501c64e
commit 1458314df6

View File

@ -64,7 +64,7 @@ export class DownloadManager {
this.currentDownloader === Downloader.Torrent this.currentDownloader === Downloader.Torrent
) { ) {
const existingSeed = await seedListRepository.findOne({ const existingSeed = await seedListRepository.findOne({
where: { downloadUri: game.uri! } where: { downloadUri: game.uri! },
}); });
if (existingSeed) { if (existingSeed) {