@exezt-/webamp 1.5.0-0x732 → 1.5.0-0x733
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,7 +3658,11 @@ class WinampTelegramCustomHandler {
|
|
|
3658
3658
|
if (emit !== false) {
|
|
3659
3659
|
var _window2, _window2$Telegram;
|
|
3660
3660
|
|
|
3661
|
-
|
|
3661
|
+
let lastList;
|
|
3662
|
+
this.applicationStorage.getItem("lastlist", (v, i) => {
|
|
3663
|
+
lastList = v;
|
|
3664
|
+
console.log(v, i);
|
|
3665
|
+
}); //this.getCookie('lastlist') ??
|
|
3662
3666
|
|
|
3663
3667
|
console.log(lastList);
|
|
3664
3668
|
|