@exezt-/webamp 1.5.0-0x727 → 1.5.0-0x728
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
|
@@ -7549,9 +7549,9 @@ class WinampTelegramCustomHandler {
|
|
|
7549
7549
|
|
|
7550
7550
|
|
|
7551
7551
|
if (emit !== false) {
|
|
7552
|
-
var
|
|
7552
|
+
var _this$getCookie, _window2, _window2$Telegram;
|
|
7553
7553
|
|
|
7554
|
-
const lastList = (
|
|
7554
|
+
const lastList = (_this$getCookie = this.getCookie('lastlist')) !== null && _this$getCookie !== void 0 ? _this$getCookie : this.applicationStorage.getItem("lastlist");
|
|
7555
7555
|
|
|
7556
7556
|
if (typeof lastList !== "undefined") {
|
|
7557
7557
|
this.getTrackListFromYandexDisk(lastList);
|