From a83328bc274c4d0178760a44d1cf3e6a46714681 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Mon, 19 Feb 2018 20:14:39 +0100 Subject: [PATCH] Smarter play button, disabled for unplayable tracks --- front/src/components/audio/PlayButton.vue | 27 ++++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index 4767255ec..451cdcf01 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -1,6 +1,6 @@