Merge pull request #1900 from iwatakeshi/patch-1
Fix PreviewThumbnailsOptions type
This commit is contained in:
commit
423b7b276f
2
src/js/plyr.d.ts
vendored
2
src/js/plyr.d.ts
vendored
@ -552,7 +552,7 @@ declare namespace Plyr {
|
||||
|
||||
interface PreviewThumbnailsOptions {
|
||||
enabled?: boolean;
|
||||
src?: string;
|
||||
src?: string | string[];
|
||||
}
|
||||
|
||||
interface SourceInfo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user