feat(anime): auto-open Jimaku for Anime Browser playback

- Add hot-reloadable `anime.autoOpenJimaku` setting
- Pause and resume playback around subtitle selection
- Brand Anime Browser surfaces with the SubMiner logo
This commit is contained in:
2026-09-02 23:04:39 -07:00
parent 18beac13f4
commit 516fadd530
27 changed files with 403 additions and 11 deletions
+1
View File
@@ -321,6 +321,7 @@ export interface ResolvedConfig {
subtitleSidebar: ResolvedSubtitleSidebarConfig;
auto_start_overlay: boolean;
anime: AnimeConfig & {
autoOpenJimaku: boolean;
extensionsDir: string;
repos: string[];
preferredQuality: string;