@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.
|
@@ -3665,11 +3665,15 @@ class WinampTelegramCustomHandler {
|
|
|
3665
3665
|
this.initializeApplicationHandlers();
|
|
3666
3666
|
}
|
|
3667
3667
|
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3668
|
+
this.webamp.options.__initialWindowLayout = {
|
|
3669
|
+
playlist: {
|
|
3670
|
+
position: {
|
|
3671
|
+
x: 0,
|
|
3672
|
+
y: 0
|
|
3673
|
+
},
|
|
3674
|
+
size: [5, 5]
|
|
3675
|
+
}
|
|
3676
|
+
};
|
|
3673
3677
|
}, 1000);
|
|
3674
3678
|
}
|
|
3675
3679
|
|