Skip to content
Snippets Groups Projects
Verified Commit 5754c4a9 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed typo

parent 1e9c9783
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment