@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.
|
@@ -3654,9 +3654,9 @@ class WinampTelegramCustomHandler {
|
|
|
3654
3654
|
|
|
3655
3655
|
|
|
3656
3656
|
if (emit !== false) {
|
|
3657
|
-
var
|
|
3657
|
+
var _this$getCookie, _window2, _window2$Telegram;
|
|
3658
3658
|
|
|
3659
|
-
const lastList = (
|
|
3659
|
+
const lastList = (_this$getCookie = this.getCookie('lastlist')) !== null && _this$getCookie !== void 0 ? _this$getCookie : this.applicationStorage.getItem("lastlist");
|
|
3660
3660
|
|
|
3661
3661
|
if (typeof lastList !== "undefined") {
|
|
3662
3662
|
this.getTrackListFromYandexDisk(lastList);
|