refactor: remove unused seed process functionality from main application

This commit is contained in:
Hachi-R 2024-12-23 14:28:24 -03:00
parent 230c24cca5
commit 17879f9c70
2 changed files with 0 additions and 22 deletions

View file

@ -9,7 +9,6 @@ import { RealDebridClient } from "./services/download/real-debrid";
import { HydraApi } from "./services/hydra-api";
import { uploadGamesBatch } from "./services/library-sync";
import { Aria2 } from "./services/aria2";
import { startSeedProcess } from "./services/seed";
import { PythonRPC } from "./services/python-rpc";
const loadState = async (userPreferences: UserPreferences | null) => {