refactor(main): modularize runtime and harden anilist setup flow

This commit is contained in:
2026-02-19 16:04:59 -08:00
parent 58f28b7b55
commit 162be118e1
73 changed files with 4413 additions and 1251 deletions

View File

@@ -503,7 +503,8 @@ export const CONFIG_OPTION_REGISTRY: ConfigOptionRegistryEntry[] = [
path: 'anilist.accessToken',
kind: 'string',
defaultValue: DEFAULT_CONFIG.anilist.accessToken,
description: 'AniList access token used for post-watch updates.',
description:
'Optional explicit AniList access token override; leave empty to use locally stored token from setup.',
},
{
path: 'jellyfin.enabled',