videojs / videojs-contrib-eme

Supports Encrypted Media Extensions for playback of encrypted content in Video.js
Other
203 stars 72 forks source link

fix: use new method signature for requestPlayreadyLicense from #81 #85

Closed squarebracket closed 5 years ago

squarebracket commented 5 years ago

PR #81 fixed the callback signature for ms-prefixed, which was incorrect. However, eme was being used correctly, and so the PR broke eme support on Edge.

misteroneill commented 5 years ago

Whoops, thanks. 👍