SRGSSR / pillarbox-apple

A next-generation reactive media playback ecosystem for Apple platforms.
https://testflight.apple.com/join/TS6ngLqf
MIT License
60 stars 10 forks source link

Fix player observability in response to media accessibility updates #1061

Closed defagos closed 2 weeks ago

defagos commented 2 weeks ago

Description

This PR fixes player observability in response to media accessibility updates. Event though we were observing such changes internally we were filtering identical values resulting from changes, preventing core property changes from being correctly published by the player in response to media accessibilty updates.

Changes made

Checklist