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