Merge branch 'develop'

This commit is contained in:
Sam Potts 2021-05-12 23:37:34 +10:00
commit a204f7c1dd

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

@ -549,6 +549,7 @@ declare namespace Plyr {
fallback?: boolean | 'force';
allowAudio?: boolean;
iosNative?: boolean;
container?: string;
}
interface CaptionOptions {