Iridium icon indicating copy to clipboard operation
Iridium copied to clipboard

Do not stop video if autoplay is off and video streams refresh during playback

Open ParticleCore opened this issue 2 years ago • 0 comments

Whenever a video is paused for a long time the streams YouTube provided can expire, which causes a new list to be loaded into the player when resuming playback.

If autoplay is turned off it will cause the video to be stopped instead of resuming playback.

Will try to see if there is a way to distinguish resuming playback from video opened at a specific time as to instruct the extension when to disable autoplay correctly for this scenario.

ParticleCore avatar Jan 10 '24 04:01 ParticleCore