@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.
|
@@ -3268,9 +3268,8 @@ class WinampTelegramCustomHandler {
|
|
|
3268
3268
|
|
|
3269
3269
|
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "options", void 0);
|
|
3270
3270
|
|
|
3271
|
-
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "loadCustomTracks",
|
|
3272
|
-
|
|
3273
|
-
this.webamp.setTracksToPlay(this.webamp.options.initialTracks);
|
|
3271
|
+
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "loadCustomTracks", tracks => {
|
|
3272
|
+
this.webamp.setTracksToPlay(tracks);
|
|
3274
3273
|
});
|
|
3275
3274
|
|
|
3276
3275
|
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "updateAppState", () => {
|