videojs-quality-selector/src
Ethan Smith 7da6fd37df Use selected = false, over _.omit to deselect a source
From a basic functionality standpoint, this accomplishes the same purpose as
the previous implementation using `_.omit`. However, rather than removing the
`selected` attribute from the sources, this will keep the structure the same by
only altering the value of the source.

If your usage of this plugin requires a stable source format, e.g. for
comparing sources to see if the source changed, please provide the `selected`
attribute when programmatically setting the player source. At this time, we
don't have a simple way to standardize the `selected` attribute on initial
source load. (i.e. It's up to the programmer to set the initial format on the
sources before giving them to the player)
2017-11-20 15:11:25 -05:00
..
js Use selected = false, over _.omit to deselect a source 2017-11-20 15:11:25 -05:00
sass Initial implementation 2017-08-03 09:21:16 -04:00
.eslintrc.json Initial commit 2017-06-20 20:43:49 -04:00