videojs-quality-selector/src
Ethan Smith 9dd9ca108b Fixes #5 Only bind to QUALITY_SELECTED once
As things turn out, the middleware constructor is called every time `setSource`
is called [1]. This was causing a new listener to get bound to
`QUALITY_SELECTED` on each change by the quality selector. :( This change makes
it so the listener is only bound on the initial creation of the player.

[1] 03529163b6/src/js/tech/middleware.js (L66)
2017-10-18 14:27:45 -04:00
..
js Fixes #5 Only bind to QUALITY_SELECTED once 2017-10-18 14:27:45 -04:00
sass Initial implementation 2017-08-03 09:21:16 -04:00
.eslintrc.json Initial commit 2017-06-20 20:43:49 -04:00