diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/js/plyr.d.ts | 2 | ||||
-rw-r--r-- | yarn.lock | 6 |
3 files changed, 6 insertions, 4 deletions
@@ -834,6 +834,8 @@ Plyr costs money to run, not only my time. I donate my time for free as I enjoy - [Sparkk TV](https://www.sparkktv.com/) - [@halfhalftravel](https://www.halfhalftravel.com/) - [BitChute](https://www.bitchute.com) +- [Rutheneum-Bote](https://gymnasium-rutheneum.de/content/newspaper/kreativwettbewerb.php) +- [pressakey.com | Blog-Magazin für Videospiele](https://pressakey.com) If you want to be added to the list, open a pull request. It'd be awesome to see how you're using Plyr 😎 diff --git a/src/js/plyr.d.ts b/src/js/plyr.d.ts index cdd5cd4c..3be8e9e6 100644 --- a/src/js/plyr.d.ts +++ b/src/js/plyr.d.ts @@ -357,7 +357,7 @@ declare namespace Plyr { /** * Specify a URL or path to a blank video file used to properly cancel network requests. */ - blankUrl?: string; + blankVideo?: string; /** * Autoplay the media on load. This is generally advised against on UX grounds. It is also disabled by default in some browsers. @@ -6224,9 +6224,9 @@ lodash.unescape@4.0.1: integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw= lodash@>=3.10.0, lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@~4.17.12: - version "4.17.15" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" - integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== + version "4.17.19" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" + integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== log-symbols@^2.0.0, log-symbols@^2.2.0: version "2.2.0" |