Merge pull request #1900 from iwatakeshi/patch-1

Fix PreviewThumbnailsOptions type
This commit is contained in:
Sam Potts 2020-07-14 09:03:36 +10:00 committed by GitHub
commit 423b7b276f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -552,7 +552,7 @@ declare namespace Plyr {
interface PreviewThumbnailsOptions {
enabled?: boolean;
src?: string;
src?: string | string[];
}
interface SourceInfo {