@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.
|
@@ -3663,6 +3663,7 @@ class WinampTelegramCustomHandler {
|
|
|
3663
3663
|
this.applicationStorage.getItem("lastlist", (err, val) => {
|
|
3664
3664
|
lastList = val;
|
|
3665
3665
|
console.error(val);
|
|
3666
|
+
console.error(err);
|
|
3666
3667
|
}); //this.getCookie('lastlist') ??
|
|
3667
3668
|
|
|
3668
3669
|
console.error(lastList);
|