Fixed typo

This commit is contained in:
Eliot Berriot 2019-04-30 15:23:05 +02:00
parent 1e9c9783e7
commit 5754c4a986
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ export default {
currentTrack: {
async handler (newValue, oldValue) {
await this.loadSound(newValue, oldValue)
if (!newValue || !trackData.album.cover) {
if (!newValue || !newValue.album.cover) {
this.ambiantColors = this.defaultAmbiantColors
}
},