diff --git a/packages/app/src/cores/player/index.js b/packages/app/src/cores/player/index.js index d484e739..f315f992 100755 --- a/packages/app/src/cores/player/index.js +++ b/packages/app/src/cores/player/index.js @@ -1014,6 +1014,7 @@ export default class Player extends Core { currentState() { return { playbackStatus: this.state.playbackStatus, + colorAnalysis: this.state?.coverColorAnalysis ?? null, manifest: this.currentAudioInstance?.manifest ?? null, loading: this.state.loading, time: this.seek(),