magmastream 2.10.1-dev.1 → 2.10.1-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -733,7 +733,9 @@ class Player {
733
733
  this.node.rest.updatePlayer({
734
734
  guildId: this.guildId,
735
735
  data: {
736
- track: null,
736
+ track: {
737
+ encoded: null,
738
+ },
737
739
  },
738
740
  });
739
741
  this.manager.emit(Enums_1.ManagerEventTypes.PlayerStateUpdate, oldPlayer, this, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magmastream",
3
- "version": "2.10.1-dev.1",
3
+ "version": "2.10.1-dev.2",
4
4
  "description": "A user-friendly Lavalink client designed for NodeJS.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",