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
I'm sorry for only seeing this just now, Thanks for noticing, this is indeed something that shouldn't happen, as it's so simple. If you want to, you can make a PR or I can make the fix, up to you : )
Bug Description
Calling the
seek()
function while there is no file loaded causes uncaught UnhandledPromiseRejection exception.How To Reproduce
Create an mpv instance and call seek without loading a file first.
Expected behavior
Calling an invalid seek should reject the promise returned by the
seek()
functionSoftware Versions
Additional context
Quick fix with:
The text was updated successfully, but these errors were encountered: