diff --git a/src/renderer/main.js b/src/renderer/main.js index 814fb08c..e97af39d 100644 --- a/src/renderer/main.js +++ b/src/renderer/main.js @@ -466,8 +466,10 @@ function onFullscreenChanged (e, isFullScreen) { } function onWindowBoundsChanged (e, newBounds) { - state.saved.bounds = newBounds - dispatch('stateSave') + if (state.location.url() !== 'player') { + state.saved.bounds = newBounds + dispatch('stateSave') + } } function checkDownloadPath () {