Merge pull request #1928 from ethanve/patch-1

fix: blankVideo type
This commit is contained in:
Sam Potts
2020-08-30 15:45:57 +10:00
committed by GitHub

2
src/js/plyr.d.ts vendored
View File

@ -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.