mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 18:39: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 () {
|
public async init () {
|
||||||
if (!this.bridgePort) {
|
if (!this.bridgePort) {
|
||||||
await this.createBridgePort();
|
this.bridgePort = await this.createBridgePort();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user