mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
feat: migrating repacks to a worker
This commit is contained in:
@@ -4,7 +4,7 @@ import type { PayloadAction } from "@reduxjs/toolkit";
|
||||
import type { Game } from "@types";
|
||||
|
||||
export interface LibraryState {
|
||||
value: Game[];
|
||||
value: Omit<Game, "repacks">[];
|
||||
}
|
||||
|
||||
const initialState: LibraryState = {
|
||||
|
||||
Reference in New Issue
Block a user