mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-13 02:49:58 +00:00
Pass media active state to update listeners
This commit is contained in:
@@ -79,7 +79,7 @@ export default class Media {
|
|||||||
|
|
||||||
// Call update listeners
|
// Call update listeners
|
||||||
for (const listener of this.#updateListeners) {
|
for (const listener of this.#updateListeners) {
|
||||||
listener(true);
|
listener(this.#isActive);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user