@exezt-/webamp 1.5.0-0x732 → 1.5.0-0x734
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
|
@@ -7553,9 +7553,14 @@ class WinampTelegramCustomHandler {
|
|
|
7553
7553
|
if (emit !== false) {
|
|
7554
7554
|
var _window2, _window2$Telegram;
|
|
7555
7555
|
|
|
7556
|
-
|
|
7557
|
-
|
|
7558
|
-
|
|
7556
|
+
let lastList;
|
|
7557
|
+
console.error(this.applicationStorage.getItem);
|
|
7558
|
+
this.applicationStorage.getItem("lastlist", (v, i) => {
|
|
7559
|
+
lastList = v;
|
|
7560
|
+
console.error(v, i);
|
|
7561
|
+
}); //this.getCookie('lastlist') ??
|
|
7562
|
+
|
|
7563
|
+
console.error(lastList);
|
|
7559
7564
|
|
|
7560
7565
|
if (typeof lastList !== "undefined") {
|
|
7561
7566
|
this.getTrackListFromYandexDisk(lastList);
|