change tagline #6344

Closed
drewhancock wants to merge 42 commits from drewhancock-patch-1 into odysee
Showing only changes of commit 7e6c0e4b6e - Show all commits

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