fix: Fixed tests
feat: Added RClone integration feat: Implemented plugin settings feat: Updated minimal store version test: Fixed tests feat: Moved store and igdb and es-de to their own plugins
This commit is contained in:
parent
444d8c4c27
commit
c09fbd3dc8
115 changed files with 4139 additions and 1502 deletions
|
|
@ -10,6 +10,7 @@ import { IJob } from "../task-queue";
|
|||
import { LaunchGameJob } from "./launch-game-job";
|
||||
import { BiosDownloadJob } from "./bios-download-job";
|
||||
import { InstallJob } from "./install-job";
|
||||
import ReloadPluginsJob from "./reload-plugins-job";
|
||||
|
||||
function registerJob<
|
||||
const Path extends string,
|
||||
|
|
@ -107,4 +108,5 @@ export const jobs = new Elysia({ prefix: '/api/jobs' })
|
|||
.use(registerJob(UpdateStoreJob))
|
||||
.use(registerJob(BiosDownloadJob))
|
||||
.use(registerJob(InstallJob))
|
||||
.use(registerJob(ReloadPluginsJob))
|
||||
.use(registerJob(EmulatorDownloadJob));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue