chore: fix blankVideo types

This commit is contained in:
Ethan Veres
2020-08-12 10:11:45 -04:00
committed by GitHub
parent 391afe2814
commit 6f77e21e51

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.