fix(backend): allow backend switch

This commit is contained in:
2026-08-04 20:56:24 +02:00
parent 77c3a519e7
commit 26a2731679
10 changed files with 74 additions and 57 deletions
+2
View File
@@ -80,6 +80,8 @@ export interface OmniPlayer
extends HybridObject<{ android: "kotlin" }>,
OmniPlayerT {
readonly eventMap: OmniEventMap;
release(): void;
}
export interface OmniPlayerFactory extends HybridObject<{ android: "kotlin" }> {