mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 18:22:42 -08:00
refactor(main): modularize runtime and harden anilist setup flow
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user