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