Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@codedbycurtis codedbycurtis released this 25 Mar 23:36
  • 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.