Fixed typo
This commit is contained in:
parent
1e9c9783e7
commit
5754c4a986
|
@ -657,7 +657,7 @@ export default {
|
||||||
currentTrack: {
|
currentTrack: {
|
||||||
async handler (newValue, oldValue) {
|
async handler (newValue, oldValue) {
|
||||||
await this.loadSound(newValue, oldValue)
|
await this.loadSound(newValue, oldValue)
|
||||||
if (!newValue || !trackData.album.cover) {
|
if (!newValue || !newValue.album.cover) {
|
||||||
this.ambiantColors = this.defaultAmbiantColors
|
this.ambiantColors = this.defaultAmbiantColors
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue