diff --git a/ext/src/shim/cast/classes/Session.ts b/ext/src/shim/cast/classes/Session.ts index c9067ea..4825ed5 100755 --- a/ext/src/shim/cast/classes/Session.ts +++ b/ext/src/shim/cast/classes/Session.ts @@ -139,6 +139,10 @@ export default class Session { } } + for (const listener of _updateListeners.get(this)) { + listener(true); + } + break; }