-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When watching a netflix series, the next episodes goes back to 16:9 #27
Comments
Thank you for reporting the issue @alba4k ! Just checked to make sure and sounds about right. Netflix doesn't replace video source path with the new episode. Instead they replace entire wrapper and video element and UW doesn't know about that change. The problem I'm seeing here is that UW has been made to be memory efficient and doesn't do anything until you make an video player go into full-screen. That's when it knows which element to target. I can probably whip something up over the weekend to test if I can create some type of watcher using the observer, but run it only while player is in full-screen and disconnect from it when full-screen closes. I'm swamped at my 9-5 job and I think the fastest I can try this is over this weekend. :/ |
That sounds great! Don't pressure yourself though, this should totally not be considered a priority ahah |
An update is coming up to the Chrome and Firefox store shortly. Once an update arrives and you test it, please let me know if there are no issues? Best regards. |
Firefox is slow with approvals. It usually takes about one week for them to review it. |
Sorry for the delay. Working like a charm, great! |
Ahhh that's too bad! Will inspect further and see if it's fixable. :) |
yeah I read that as 01/08/2024 2018-24 would be clearer |
Hahah, fair enough. I'll make it Can't reproduce the issue with Twitch, but can't be coincidence. Keeping it open for now. |
Describe the bug
Say I am watching a series on netflix. When pressing "next episode", I have to go out of fullscreen and back in to have the video played at 16:10 again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The aspect ratio should be preserved
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: