Fix playlists link

This commit is contained in:
root
2022-04-10 03:00:33 +05:30
parent bdf2aa1c4d
commit 21c69035b6
+5 -5
View File
@@ -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