mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix update listeners not being called on updates
This commit is contained in:
@@ -139,6 +139,10 @@ export default class Session {
|
||||
}
|
||||
}
|
||||
|
||||
for (const listener of _updateListeners.get(this)) {
|
||||
listener(true);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user