@exezt-/webamp 1.5.0-0x735 → 1.5.0-0x738
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.
package/built/webamp.bundle.js
CHANGED
|
@@ -7458,7 +7458,7 @@ class WinampTelegramCustomHandler {
|
|
|
7458
7458
|
});
|
|
7459
7459
|
|
|
7460
7460
|
_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(this, "saveLastPlaylist", playlistLink => {
|
|
7461
|
-
|
|
7461
|
+
localStorage.setItem("lastlist", playlistLink);
|
|
7462
7462
|
document.cookie = `lastlist=${playlistLink}; path=/; expires=Tue, 19 Jan 2038 03:14:07 GMT; SameSite=None; secure`;
|
|
7463
7463
|
});
|
|
7464
7464
|
|
|
@@ -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);
|