[web-src] Show playlist folders

This commit is contained in:
chme
2020-03-08 11:56:19 +01:00
parent c75ff89769
commit 5281b66688
6 changed files with 35 additions and 9 deletions

View File

@@ -156,12 +156,16 @@ export const router = new VueRouter({
},
{
path: '/playlists',
redirect: '/playlists/0'
},
{
path: '/playlists/:playlist_id',
name: 'Playlists',
component: PagePlaylists,
meta: { show_progress: true }
},
{
path: '/playlists/:playlist_id',
path: '/playlists/:playlist_id/tracks',
name: 'Playlist',
component: PagePlaylist,
meta: { show_progress: true }