@exezt-/webamp 1.5.0-0x715 → 1.5.0-0x716

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.
@@ -6806,9 +6806,8 @@ class WinampTelegramCustomHandler {
6806
6806
 
6807
6807
  _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "options", void 0);
6808
6808
 
6809
- _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "loadCustomTracks", () => {
6810
- if (!this.webamp.options.initialTracks) return;
6811
- this.webamp.setTracksToPlay(this.webamp.options.initialTracks);
6809
+ _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "loadCustomTracks", tracks => {
6810
+ this.webamp.setTracksToPlay(tracks);
6812
6811
  });
6813
6812
 
6814
6813
  _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "updateAppState", () => {