From da5f1e29d003312b6986e34e21d7065abbd30eff Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sun, 28 May 2023 01:28:38 +0000 Subject: [PATCH] return cover analisys --- packages/app/src/cores/player/index.js | 1 + 1 file changed, 1 insertion(+) 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(),