magmastream 2.9.3-dev.4 → 2.9.3-dev.5

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.
@@ -39,19 +39,12 @@ class TrackUtils {
39
39
  const defaultProperties = [
40
40
  Enums_1.TrackPartial.Track,
41
41
  Enums_1.TrackPartial.Title,
42
- Enums_1.TrackPartial.Identifier,
43
42
  Enums_1.TrackPartial.Author,
44
43
  Enums_1.TrackPartial.Duration,
45
- Enums_1.TrackPartial.Isrc,
46
- Enums_1.TrackPartial.IsSeekable,
47
- Enums_1.TrackPartial.IsStream,
48
44
  Enums_1.TrackPartial.Uri,
49
- Enums_1.TrackPartial.ArtworkUrl,
50
45
  Enums_1.TrackPartial.SourceName,
51
- Enums_1.TrackPartial.ThumbNail,
46
+ Enums_1.TrackPartial.ArtworkUrl,
52
47
  Enums_1.TrackPartial.Requester,
53
- Enums_1.TrackPartial.PluginInfo,
54
- Enums_1.TrackPartial.CustomData,
55
48
  ];
56
49
  /** The array of property names that will be removed from the Track class */
57
50
  this.trackPartial = Array.from(new Set([...defaultProperties, ...partial]));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magmastream",
3
- "version": "2.9.3-dev.4",
3
+ "version": "2.9.3-dev.5",
4
4
  "description": "A user-friendly Lavalink client designed for NodeJS.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",