@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.
@@ -7560,11 +7560,15 @@ class WinampTelegramCustomHandler {
7560
7560
  this.initializeApplicationHandlers();
7561
7561
  }
7562
7562
 
7563
- let st = this.webamp.__getSerializedState();
7564
-
7565
- st.windows.playlist.size = [0, 8];
7566
-
7567
- this.webamp.__loadSerializedState(st);
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