aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/html5.js
Commit message (Expand)AuthorAgeFilesLines
* Fixes #1044: Don't load the new source if preload is disabled and the current...Albin Larsson2018-06-191-11/+13
* Replace filter()[0] with find()Albin Larsson2018-06-191-1/+1
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2018-06-131-63/+22
|\
| * Merge pull request #1029 from cky917/developSam Potts2018-06-131-2/+1
| |\
| | * remove event listeners in destroy, add once methodcky2018-06-121-2/+1
| * | fix: html5.cancelRequest not remove source tag correctlyBoHong Li2018-06-121-1/+1
| |/
| * Move uniqueness filter from getQualityOptions to setQualityMenuAlbin Larsson2018-06-121-4/+1
| * Trigger qualityrequested event unconditionally when trying to set it (needed ...Albin Larsson2018-06-121-5/+0
| * Filter out unsupported mimetypes in getSources() instead of the quality setterAlbin Larsson2018-06-121-9/+9
| * Assure type safety in getSources() and getQualityOptions() (always return arr...Albin Larsson2018-06-111-42/+11
* | Utils broken down into seperate files and exportsSam Potts2018-06-131-13/+16
|/
* Wait for the metadata to be loaded before setting the currentTimePhilip Giuliani2018-05-311-3/+7
* HTML5 quality selectionSam Potts2018-04-021-0/+146