aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--src/js/plyr.d.ts2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7b37e93..4023bef0 100644
--- a/README.md
+++ b/README.md
@@ -835,6 +835,7 @@ Plyr costs money to run, not only my time. I donate my time for free as I enjoy
- [@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.