mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 16:53:57 +00:00
lint
This commit is contained in:
@@ -64,7 +64,7 @@ export class DownloadManager {
|
||||
this.currentDownloader === Downloader.Torrent
|
||||
) {
|
||||
const existingSeed = await seedListRepository.findOne({
|
||||
where: { downloadUri: game.uri! }
|
||||
where: { downloadUri: game.uri! },
|
||||
});
|
||||
|
||||
if (existingSeed) {
|
||||
|
||||
Reference in New Issue
Block a user