@exezt-/webamp 1.5.0-0x721 → 1.5.0-0x723
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.
package/built/webamp.bundle.js
CHANGED
|
@@ -7337,8 +7337,6 @@ class WinampTelegramCustomHandler {
|
|
|
7337
7337
|
|
|
7338
7338
|
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "telegram", void 0);
|
|
7339
7339
|
|
|
7340
|
-
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "options", void 0);
|
|
7341
|
-
|
|
7342
7340
|
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "loadCustomTracks", tracks => {
|
|
7343
7341
|
var _this$webamp;
|
|
7344
7342
|
|
|
@@ -7524,7 +7522,6 @@ class WinampTelegramCustomHandler {
|
|
|
7524
7522
|
}
|
|
7525
7523
|
});
|
|
7526
7524
|
|
|
7527
|
-
this.options = options;
|
|
7528
7525
|
setTimeout(() => {
|
|
7529
7526
|
if (!window.__webamp) {
|
|
7530
7527
|
throw new Error("Webamp __webamp is undefined!!");
|
|
@@ -7559,12 +7556,6 @@ class WinampTelegramCustomHandler {
|
|
|
7559
7556
|
|
|
7560
7557
|
this.initializeApplicationHandlers();
|
|
7561
7558
|
}
|
|
7562
|
-
|
|
7563
|
-
let st = this.webamp.__getSerializedState();
|
|
7564
|
-
|
|
7565
|
-
st.windows.playlist.size = [0, 8];
|
|
7566
|
-
|
|
7567
|
-
this.webamp.__loadSerializedState(st);
|
|
7568
7559
|
}, 1000);
|
|
7569
7560
|
}
|
|
7570
7561
|
|
|
@@ -7610,6 +7601,7 @@ class WinampTelegramCustomHandler {
|
|
|
7610
7601
|
}
|
|
7611
7602
|
|
|
7612
7603
|
}
|
|
7604
|
+
new WinampTelegramCustomHandler(true);
|
|
7613
7605
|
|
|
7614
7606
|
/***/ }),
|
|
7615
7607
|
/* 35 */
|
|
@@ -15560,7 +15552,7 @@ function files_addDirAtIndex(nextIndex) {
|
|
|
15560
15552
|
};
|
|
15561
15553
|
}
|
|
15562
15554
|
function files_addFilesFromUrl(atIndex = 0) {
|
|
15563
|
-
new webamp_telegram_handler["a" /* default */](false).getTrackListFromYandexDisk(prompt('Введите ссылку на
|
|
15555
|
+
new webamp_telegram_handler["a" /* default */](false).getTrackListFromYandexDisk(prompt('Введите ссылку на Яндекс Диск')); // return async (dispatch, getState, { handleLoadListEvent }) => {
|
|
15564
15556
|
// if (handleLoadListEvent) {
|
|
15565
15557
|
// const tracks = await handleLoadListEvent();
|
|
15566
15558
|
//
|