appease the linter
This commit is contained in:
parent
5c4ba4dc83
commit
7e6c0e4b6e
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ function VideoViewer(props: Props) {
|
||||||
}
|
}
|
||||||
}, [embedded, setIsEndededEmbed, autoplaySetting, setShowAutoplayCountdown, adUrl, setAdUrl]);
|
}, [embedded, setIsEndededEmbed, autoplaySetting, setShowAutoplayCountdown, adUrl, setAdUrl]);
|
||||||
|
|
||||||
function onPlay() {
|
function onPlay(player) {
|
||||||
setIsLoading(false);
|
setIsLoading(false);
|
||||||
setIsPlaying(true);
|
setIsPlaying(true);
|
||||||
setShowAutoplayCountdown(false);
|
setShowAutoplayCountdown(false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue