mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix playlists link
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user