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