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
BREAKING CHANGE: Added a new value to the Quality enumeration: unknown - this is now used when the quality cannot be parsed, instead of throwing a TrackResolutionException.
BREAKING CHANGE: Removed the Container and Protocol enumerations; these have been replaced with String in StreamInfo instead.
Fix: AES-encrypted streams are now ignored and no longer throw a TrackResolutionException when resolving streams.
Fix: Formats other than Ogg and MP3 no longer throw a TrackResolutionException when resolving streams.
Chore: Switched to the concrete return type User in the get and getByUrl functions in UserClient.