mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-09-22 17:16:19 -07:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user