diff --git a/gameyfin/src/main/frontend/state/ConfigState.ts b/gameyfin/src/main/frontend/state/ConfigState.ts index b554083..ca650af 100644 --- a/gameyfin/src/main/frontend/state/ConfigState.ts +++ b/gameyfin/src/main/frontend/state/ConfigState.ts @@ -47,7 +47,7 @@ export type NestedConfig = { [field: string]: any; } -function toNestedConfig(entries: ConfigEntryDto[]): Record { +function toNestedConfig(entries: ConfigEntryDto[]): NestedConfig { const result: Record = {}; for (const entry of entries) {