appease the linter

This commit is contained in:
DispatchCommit 2021-06-21 16:08:20 -07:00 committed by jessopb
parent 5c4ba4dc83
commit 7e6c0e4b6e

View file

@ -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);