Merge pull request #1686 from lawchihon/master

Added missing full screen options for type definition
This commit is contained in:
Sam Potts 2020-03-29 11:22:51 +11:00 committed by GitHub
commit 155add66bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -531,6 +531,7 @@ declare namespace Plyr {
enabled?: boolean;
fallback?: boolean;
allowAudio?: boolean;
iosNative?: boolean;
}
interface CaptionOptions {