return cover analisys

This commit is contained in:
SrGooglo 2023-05-28 01:28:38 +00:00
parent f5a452bee3
commit da5f1e29d0

View File

@ -1014,6 +1014,7 @@ export default class Player extends Core {
currentState() { currentState() {
return { return {
playbackStatus: this.state.playbackStatus, playbackStatus: this.state.playbackStatus,
colorAnalysis: this.state?.coverColorAnalysis ?? null,
manifest: this.currentAudioInstance?.manifest ?? null, manifest: this.currentAudioInstance?.manifest ?? null,
loading: this.state.loading, loading: this.state.loading,
time: this.seek(), time: this.seek(),