mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-18 16:36:56 +03:00
ed93a0cb12
`screen.orientation.unlock` is not defined on Safari, even though `screen.orientation` is. This changes our orientation polyfill to add that method to `screen.orientation`. Fixes #5437