@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.
package/built/webamp.bundle.js
CHANGED
|
@@ -7555,6 +7555,8 @@ class WinampTelegramCustomHandler {
|
|
|
7555
7555
|
|
|
7556
7556
|
const lastList = this.applicationStorage.getItem("lastlist"); //this.getCookie('lastlist') ??
|
|
7557
7557
|
|
|
7558
|
+
console.log(lastList);
|
|
7559
|
+
|
|
7558
7560
|
if (typeof lastList !== "undefined") {
|
|
7559
7561
|
this.getTrackListFromYandexDisk(lastList);
|
|
7560
7562
|
} // @ts-ignore | because no global var telegram avail in project types
|