VideoJSOptions: Remove duplicate poster declaration

This commit is contained in:
infiinte-persistence 2020-07-15 16:16:17 +08:00 committed by Sean Yesmunt
parent 0c3a3ae47e
commit 5e51016602

View file

@ -39,7 +39,6 @@ type VideoJSOptions = {
responsive: boolean, responsive: boolean,
poster?: string, poster?: string,
muted?: boolean, muted?: boolean,
poster?: string,
}; };
const IS_IOS = const IS_IOS =