@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.
@@ -7553,7 +7553,11 @@ class WinampTelegramCustomHandler {
7553
7553
  if (emit !== false) {
7554
7554
  var _window2, _window2$Telegram;
7555
7555
 
7556
- const lastList = this.applicationStorage.getItem("lastlist"); //this.getCookie('lastlist') ??
7556
+ let lastList;
7557
+ this.applicationStorage.getItem("lastlist", (v, i) => {
7558
+ lastList = v;
7559
+ console.log(v, i);
7560
+ }); //this.getCookie('lastlist') ??
7557
7561
 
7558
7562
  console.log(lastList);
7559
7563