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
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
Client has methods like Seek that support flags. Currently flags are set as strings and should match flags from mpv manual. This can lead to unexpected crashes in case of typos or wrong flags.
Using enum flags will make these methods less error prone.
The text was updated successfully, but these errors were encountered:
Client has methods like
Seek
that support flags. Currently flags are set as strings and should match flags from mpv manual. This can lead to unexpected crashes in case of typos or wrong flags.Using enum flags will make these methods less error prone.
The text was updated successfully, but these errors were encountered: