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
commit 8261ebd502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.