From 5754c4a9869c0cbcd80fb4c3b4cc0aa18798e5d9 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 30 Apr 2019 15:23:05 +0200
Subject: [PATCH] Fixed typo

---
 front/src/components/audio/Player.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue
index dd0f921d8b..8a95e5eef7 100644
--- a/front/src/components/audio/Player.vue
+++ b/front/src/components/audio/Player.vue
@@ -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
         }
       },
-- 
GitLab