mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Restructure shim/bridge initialization steps
This commit is contained in:
@@ -44,7 +44,7 @@ export default class Session {
|
||||
this.status = SessionStatus.CONNECTED;
|
||||
this.statusText = null;
|
||||
|
||||
if (receiver) {
|
||||
if (receiver) {
|
||||
this._sendMessage("bridge:bridgesession/initialize", {
|
||||
address: receiver._address
|
||||
, port: receiver._port
|
||||
|
||||
Reference in New Issue
Block a user