From 21c69035b660fd90b008f4a2bf5ded10ff35b4c0 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Apr 2022 03:00:33 +0530 Subject: [PATCH] Fix playlists link --- src/App.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index cb3efc6..405f23e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -189,11 +189,6 @@ export default { id: 'watch-history', name: 'titles.history', to: '/watch-history' - }, - { - id: 'playlists', - name: 'titles.playlists', - to: '/playlists' } ] @@ -203,6 +198,11 @@ export default { name: 'titles.feed', to: '/feed' }) + links.push({ + id: 'playlists', + name: 'titles.playlists', + to: '/playlists' + }) } return links