mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
Fix bridge port not being assigned in status manager
This commit is contained in:
@@ -51,7 +51,7 @@ export default new class StatusManager
|
||||
|
||||
public async init () {
|
||||
if (!this.bridgePort) {
|
||||
await this.createBridgePort();
|
||||
this.bridgePort = await this.createBridgePort();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user