Merge branch 'main' into feature/steam-client-icon-cache

This commit is contained in:
Chubby Granny Chaser
2024-05-18 22:00:08 +01:00
committed by GitHub
32 changed files with 16 additions and 794 deletions

View File

@@ -1,11 +0,0 @@
import { webTorrentData } from "@main/services/web-torrent-data";
import { registerEvent } from "../../register-event";
const getMagnetHealth = async (
_event: Electron.IpcMainInvokeEvent,
magnet: string
) => {
return webTorrentData.getSeedersAndPeers(magnet);
};
registerEvent("getMagnetHealth", getMagnetHealth);

View File

@@ -7,7 +7,6 @@ import "./catalogue/get-games";
import "./catalogue/get-how-long-to-beat";
import "./catalogue/get-random-game";
import "./catalogue/search-games";
import "./catalogue/repacks/get-magnet-health";
import "./catalogue/search-game-repacks";
import "./hardware/get-disk-free-space";
import "./library/add-game-to-library";