@exezt-/webamp 1.5.0-0x721 → 1.5.0-0x722
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
|
@@ -7560,11 +7560,15 @@ class WinampTelegramCustomHandler {
|
|
|
7560
7560
|
this.initializeApplicationHandlers();
|
|
7561
7561
|
}
|
|
7562
7562
|
|
|
7563
|
-
|
|
7564
|
-
|
|
7565
|
-
|
|
7566
|
-
|
|
7567
|
-
|
|
7563
|
+
this.webamp.options.__initialWindowLayout = {
|
|
7564
|
+
playlist: {
|
|
7565
|
+
position: {
|
|
7566
|
+
x: 0,
|
|
7567
|
+
y: 0
|
|
7568
|
+
},
|
|
7569
|
+
size: [5, 5]
|
|
7570
|
+
}
|
|
7571
|
+
};
|
|
7568
7572
|
}, 1000);
|
|
7569
7573
|
}
|
|
7570
7574
|
|