Revert "[Video] Ensure loop doesn't stop" (#5209)
This commit is contained in:
@@ -110,11 +110,7 @@ function InnerWrapper({embed}: Props) {
|
|||||||
if (status === 'error') {
|
if (status === 'error') {
|
||||||
setError(playerError ?? new Error('Unknown player error'))
|
setError(playerError ?? new Error('Unknown player error'))
|
||||||
}
|
}
|
||||||
if (
|
if (status === 'readyToPlay' && oldStatus !== 'readyToPlay') {
|
||||||
status === 'readyToPlay' &&
|
|
||||||
oldStatus !== 'readyToPlay' &&
|
|
||||||
oldStatus !== 'waitingToPlayAtSpecifiedRate'
|
|
||||||
) {
|
|
||||||
player.play()
|
player.play()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user