@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.
|
@@ -3658,9 +3658,14 @@ class WinampTelegramCustomHandler {
|
|
|
3658
3658
|
if (emit !== false) {
|
|
3659
3659
|
var _window2, _window2$Telegram;
|
|
3660
3660
|
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3661
|
+
let lastList;
|
|
3662
|
+
console.error(this.applicationStorage.getItem);
|
|
3663
|
+
this.applicationStorage.getItem("lastlist", (v, i) => {
|
|
3664
|
+
lastList = v;
|
|
3665
|
+
console.error(v, i);
|
|
3666
|
+
}); //this.getCookie('lastlist') ??
|
|
3667
|
+
|
|
3668
|
+
console.error(lastList);
|
|
3664
3669
|
|
|
3665
3670
|
if (typeof lastList !== "undefined") {
|
|
3666
3671
|
this.getTrackListFromYandexDisk(lastList);
|