mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29: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
|
||||
for (const listener of this.#updateListeners) {
|
||||
listener(true);
|
||||
listener(this.#isActive);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user