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