fix(anime): clarify bridge failures and update guidance

- Show actionable bridge errors and preserve episodes when details fail
- Check external bridges for updates without offering unsafe in-app installs
- Complete cleanup and ignore callbacks from closed Tsukihime sessions
This commit is contained in:
2026-09-16 23:25:21 -07:00
parent 93fb4eff3a
commit ca40cd6267
23 changed files with 653 additions and 149 deletions
+2 -1
View File
@@ -147,8 +147,9 @@ export interface AnimeBrowserBridgeInstall {
dir: string;
/**
* The newest upstream release with a bundle for this platform, when it is
* newer than a managed install; null when current, not managed, or not yet
* newer than this install; null when current, not comparable, or not yet
* checked. Filled in once the bridge is running, since it needs the network.
* Only managed installs can apply the update through SubMiner.
*/
updateAvailable: string | null;
}