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
+1 -1
View File
@@ -552,7 +552,7 @@ declare namespace Plyr {
interface PreviewThumbnailsOptions {
enabled?: boolean;
src?: string;
src?: string | string[];
}
interface SourceInfo {