fix: typo on downloaders folder

This commit is contained in:
lilezek 2024-05-04 19:20:46 +02:00
parent ff189f7677
commit 2a674ed988
11 changed files with 7 additions and 7 deletions

View file

@ -17,12 +17,12 @@ import {
steamGameRepository,
userPreferencesRepository,
} from "./repository";
import { TorrentClient } from "./services/donwloaders/torrent-client";
import { TorrentClient } from "./services/downloaders/torrent-client";
import { Repack } from "./entity";
import { Notification } from "electron";
import { t } from "i18next";
import { In } from "typeorm";
import { Downloader } from "./services/donwloaders/downloader";
import { Downloader } from "./services/downloaders/downloader";
import { GameStatus } from "@globals";
startProcessWatcher();