magmastream 2.10.1-dev.1 → 2.10.1

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, {
@@ -244,7 +244,7 @@ export interface VoiceServerUpdate {
244
244
  */
245
245
  export interface RedisConfig {
246
246
  host: string;
247
- port: string;
247
+ port: number;
248
248
  password?: string;
249
249
  db?: number;
250
250
  prefix?: string;
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",
4
4
  "description": "A user-friendly Lavalink client designed for NodeJS.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",