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]);
|
||||
|
||||
function onPlay() {
|
||||
function onPlay(player) {
|
||||
setIsLoading(false);
|
||||
setIsPlaying(true);
|
||||
setShowAutoplayCountdown(false);
|
||||
|
|
Loading…
Reference in a new issue