From a86b6cdd628682cac85302362e8ab4e362b839e1 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 28 Sep 2018 15:40:33 +0200
Subject: [PATCH] Removed old links in library menu

---
 front/src/components/library/Library.vue | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/front/src/components/library/Library.vue b/front/src/components/library/Library.vue
index db2ac27b4..01a357724 100644
--- a/front/src/components/library/Library.vue
+++ b/front/src/components/library/Library.vue
@@ -13,14 +13,6 @@
       <router-link class="ui item" to="/library/playlists" exact>
         <translate>Playlists</translate>
       </router-link>
-      <div class="ui secondary right menu">
-        <router-link v-if="showImports" class="ui item" to="/library/import/launch" exact>
-          <translate>Import</translate>
-        </router-link>
-        <router-link v-if="showImports" class="ui item" to="/library/import/batches">
-          <translate>Import batches</translate>
-        </router-link>
-      </div>
     </div>
     <router-view :key="$route.fullPath"></router-view>
   </div>
-- 
GitLab