ce903c9280
* Patch to restore position upon returning to video until more fully fleshed out fix can be introduced * Add code to notify other open tabs of position saving * Fix typo * Wrap localStorage access in try/catch in event browser settings make it unavailable * Remove formatting changes * Move constant from 'pages' to 'player' * Move dispatch out of try/catch * Fixed typo
1 line
52 B
JavaScript
1 line
52 B
JavaScript
export const VIDEO_ALMOST_FINISHED_THRESHOLD = 0.8;
|