aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js')
-rw-r--r--src/js/plyr.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/plyr.d.ts b/src/js/plyr.d.ts
index ce8f428a..4b332aeb 100644
--- a/src/js/plyr.d.ts
+++ b/src/js/plyr.d.ts
@@ -362,7 +362,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.
@@ -539,7 +539,7 @@ declare namespace Plyr {
interface FullScreenOptions {
enabled?: boolean;
- fallback?: boolean;
+ fallback?: boolean | 'force';
allowAudio?: boolean;
iosNative?: boolean;
}