@exezt-/webamp 1.5.0-0x731 → 1.5.0-0x732
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.
|
@@ -3660,6 +3660,8 @@ class WinampTelegramCustomHandler {
|
|
|
3660
3660
|
|
|
3661
3661
|
const lastList = this.applicationStorage.getItem("lastlist"); //this.getCookie('lastlist') ??
|
|
3662
3662
|
|
|
3663
|
+
console.log(lastList);
|
|
3664
|
+
|
|
3663
3665
|
if (typeof lastList !== "undefined") {
|
|
3664
3666
|
this.getTrackListFromYandexDisk(lastList);
|
|
3665
3667
|
} // @ts-ignore | because no global var telegram avail in project types
|