From a0b17b58773d89c123afcc058642daf8503aeb59 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Fri, 7 Aug 2020 00:37:27 -0600 Subject: [PATCH] Only make the export playlist button appear if the data that exists is track data. --- src/components/ControlBar.vue | 7 ++++++- src/components/MainView.vue | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/ControlBar.vue b/src/components/ControlBar.vue index bdc03ae..348e78f 100644 --- a/src/components/ControlBar.vue +++ b/src/components/ControlBar.vue @@ -56,7 +56,7 @@