refactor: move youtube primary subtitle config to youtube

This commit is contained in:
2026-03-25 23:53:56 -07:00
parent 61d15f9431
commit 242402b253
16 changed files with 66 additions and 44 deletions

View File

@@ -11,6 +11,7 @@ export const CORE_DEFAULT_CONFIG: Pick<
| 'controller'
| 'shortcuts'
| 'secondarySub'
| 'youtube'
| 'subsync'
| 'startupWarmups'
| 'auto_start_overlay'
@@ -93,6 +94,9 @@ export const CORE_DEFAULT_CONFIG: Pick<
autoLoadSecondarySub: false,
defaultMode: 'hover',
},
youtube: {
primarySubLanguages: ['ja', 'jpn'],
},
subsync: {
defaultMode: 'auto',
alass_path: '',