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 was archived by the owner on Apr 5, 2025. It is now read-only.
Design changes to client.get_player. The following changes were made:
Added an optional kwarg node_id.
Breaking change: positional arg cls is now a kwarg.
node_id allows users to specify which node a new player should be created under. If the node cannot be found an error is raised.
Players that already exist are not affected by this kwarg.
cls is now a kwarg. This is a breaking change.
In addition to these changes:
Track.author was added.