You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you watch a video completely, then navigate away and back, it will be "stuck" at the end of the video. You have to manually move the time back to 0.
Steps to Reproduce
Watch a video until the end
Navigate away and back
See that it it tries to start at the very end
Expected Behavior
It resets to 0 after finishing
Tell us what should happen.
It doesn't
Suggested Solutions
There is now an onFileFinishCb function that is called when a file is done. We should set the time to 0 there.
The text was updated successfully, but these errors were encountered:
The Issue
If you watch a video completely, then navigate away and back, it will be "stuck" at the end of the video. You have to manually move the time back to 0.
Steps to Reproduce
Expected Behavior
It resets to 0 after finishing
Tell us what should happen.
It doesn't
Suggested Solutions
There is now an
onFileFinishCb
function that is called when a file is done. We should set the time to 0 there.The text was updated successfully, but these errors were encountered: