@exezt-/webamp 1.5.0-0x735 → 1.5.0-0x737

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.
@@ -7558,6 +7558,7 @@ class WinampTelegramCustomHandler {
7558
7558
  this.applicationStorage.getItem("lastlist", (err, val) => {
7559
7559
  lastList = val;
7560
7560
  console.error(val);
7561
+ console.error(err);
7561
7562
  }); //this.getCookie('lastlist') ??
7562
7563
 
7563
7564
  console.error(lastList);