Iridium
Iridium copied to clipboard
Do not stop video if autoplay is off and video streams refresh during playback
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.