Update:Audio player UI use primary cover image color as background gradient

This commit is contained in:
advplyr 2023-01-11 17:02:18 -06:00
parent df54094221
commit 7de0304a3d
4 changed files with 56 additions and 14 deletions

View file

@ -169,6 +169,8 @@ export default {
this.showCoverBg = false
}
}
this.$emit('imageLoaded', this.fullCoverUrl)
},
imageError(err) {
this.loading = false