mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
return cover analisys
This commit is contained in:
parent
f5a452bee3
commit
da5f1e29d0
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user