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
Some videos don't have a thumbnail at that quality, and others have better quality thumbnails. It'd be nice to pick out the highest quality one possible.
The text was updated successfully, but these errors were encountered:
It seems that i.ytimg.com returns a 404 status code along with a grey box image when the corresponding thumbnail resolution doesn't exist; perhaps we can have the browser query the each possible resolution in descending order and take whichever one return a 200 status code first?
Currently, the extension only looks for the HQ quality thumbnail:
browser-playerctl/extension/providers/youtube.js
Line 56 in ac63dc7
Some videos don't have a thumbnail at that quality, and others have better quality thumbnails. It'd be nice to pick out the highest quality one possible.
The text was updated successfully, but these errors were encountered: